• Resolved tanmaymeh

    (@tanmaymeh)


    While installing duplicator it is showing me following error:

    Fatal error: Uncaught mysqli_sql_exception: Table ‘wordpressone.wp_duplicator_packages’ doesn’t exist in /var/www/html/wordpress1/wp-includes/wp-db.php:2056 Stack trace: #0 /var/www/html/wordpress1/wp-includes/wp-db.php(2056): mysqli_query() #1 /var/www/html/wordpress1/wp-includes/wp-db.php(1945): wpdb->_do_query() #2 /var/www/html/wordpress1/wp-includes/wp-db.php(2695): wpdb->query() #3 /var/www/html/wordpress1/wp-admin/includes/upgrade.php(2749): wpdb->get_results() #4 /var/www/html/wordpress1/wp-content/plugins/duplicator/classes/class.plugin.upgrade.php(110): dbDelta() #5 /var/www/html/wordpress1/wp-content/plugins/duplicator/classes/class.plugin.upgrade.php(35): DUP_LITE_Plugin_Upgrade::updateDatabase() #6 /var/www/html/wordpress1/wp-includes/class-wp-hook.php(303): DUP_LITE_Plugin_Upgrade::onActivationAction() #7 /var/www/html/wordpress1/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters() #8 /var/www/html/wordpress1/wp-includes/plugin.php(470): WP_Hook->do_action() #9 /var/www/html/wordpress1/wp-admin/plugins.php(193): do_action() #10 {main} thrown in /var/www/html/wordpress1/wp-includes/wp-db.php on line 2056

    I have deactivated all plugins, themes still it is showing this error. My php version is PHP 8.1.2-1ubuntu2.10 and mysql Ver 8.0.32-0ubuntu0.22.04.2.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support devdavidam

    (@devdavidam)

    @tanmaymeh does the database user have enough permissions? From the error message above, it seems to me that Duplicator isn’t able to create a table, which is required for it to function normally.

    Thread Starter tanmaymeh

    (@tanmaymeh)

    Yes, I can install and activate other plugins easily. But only duplicator cannot be activated.

    Plugin Support devdavidam

    (@devdavidam)

    @tanmaymeh if the other plugins are working well, you need to find out why Duplicator isn’t able to create the mentioned table on your system. I tested the installation of the plugin and didn’t get any errors, so this is something specific to your system.

    One thing you could try is to create the table wordpressone.wp_duplicator_packages manually and activate Duplicator.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘duplicator cannot be activated’ is closed to new replies.