Error when activating WooCommerce on installation
-
Hey everyone. I have an Apache/NGINX webserver with PHP 7.2 on Ubuntu 18.04 LTS (x64). This was a copied site from another site, however I haven’t been having issues with the other sites or any other plugins. The crash only happens when activating WooCommerce. The site is using a Let’s Encrypt SSL Cert issued through Vesta CP when activating the site. SSL cert is signed and verified. In addition I am using the Free plan of CloudFlare, which I know has some issues with the plugin, however since (as you will see) the errors seem to be database related I cannot confirm that it is the issue. I have, however tried running the site in “DNS only mode” and unfortunately I have the same results.
I have attempted the following:
- Adjust PHP timeouts to 300
- Raise post max and upload max to above 1GB
- Raise memory limit to 512MB
- Uninstall WooCommerce and rip all tables out via WP-Optimize and reinstall
- Uninstall, rip all tables, and reinstall via latest download and uploading via FTP
- Checked for updates on server – none
- Checked for updates on WordPress – none
- Reinstall WP version 5.4.2 and then perform manual upload of Woo via FTP
- Disable CloudFlare services for website for a test, however was unable to install with even CloudFlare disabled.
The error message is below. Any help would be appreciated. Thank you a million.
WordPress database error: [Table ‘admin_jt9677.wpjs_actionscheduler_actions’ doesn’t exist]
SELECT a.action_id FROM wpjs_actionscheduler_actions a WHERE a.hook=’action_scheduler/migration_hook’ AND a.status=’in-progress’ ORDER BY scheduled_date_gmt DESC LIMIT 1WordPress database error: [Table ‘admin_jt9677.wpjs_actionscheduler_actions’ doesn’t exist]
SELECT a.action_id FROM wpjs_actionscheduler_actions a WHERE a.hook=’action_scheduler/migration_hook’ AND a.status=’pending’ ORDER BY scheduled_date_gmt ASC LIMIT 1WordPress database error: [Table ‘admin_jt9677.wpjs_actionscheduler_actions’ doesn’t exist]
SELECT a.action_id FROM wpjs_actionscheduler_actions a WHERE a.hook=’action_scheduler/migration_hook’ AND a.status=’in-progress’ ORDER BY scheduled_date_gmt DESC LIMIT 1WordPress database error: [Table ‘admin_jt9677.wpjs_actionscheduler_actions’ doesn’t exist]
SELECT a.action_id FROM wpjs_actionscheduler_actions a WHERE a.hook=’action_scheduler/migration_hook’ AND a.status=’pending’ ORDER BY scheduled_date_gmt ASC LIMIT 1WordPress database error: [Table ‘admin_jt9677.wpjs_actionscheduler_groups’ doesn’t exist]
SELECT group_id FROM wpjs_actionscheduler_groups WHERE slug=’action-scheduler-migration’WordPress database error: [Table ‘admin_jt9677.wpjs_actionscheduler_groups’ doesn’t exist]
SHOW FULL COLUMNS FROMwpjs_actionscheduler_groups
WordPress database error: [Table ‘admin_jt9677.wpjs_actionscheduler_actions’ doesn’t exist]
SHOW FULL COLUMNS FROMwpjs_actionscheduler_actions
Fatal error: Uncaught RuntimeException: Error saving action: Error saving action: Table ‘admin_jt9677.wpjs_actionscheduler_actions’ doesn’t exist in /home/admin/web/jtns.stacklinservices.net/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php:44 Stack trace: #0 /home/admin/web/jtns.stacklinservices.net/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php(242): ActionScheduler_DBStoreMigrator->save_action(Object(ActionScheduler_Action), NULL) #1 /home/admin/web/jtns.stacklinservices.net/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_ActionFactory.php(177): ActionScheduler_HybridStore->save_action(Object(ActionScheduler_Action)) #2 /home/admin/web/jtns.stacklinservices.net/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_ActionFactory.php(84): ActionScheduler_ActionFactory->store(Object(ActionSchedu in /home/admin/web/jtns.stacklinservices.net/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php on line 44
There has been a critical error on your website. Please check your site admin email inbox for instructions.Please note I didn’t receive any email regarding the critical error. The error was provided and captured via the wp_allow_debug flag in the WP Config.
- The topic ‘Error when activating WooCommerce on installation’ is closed to new replies.