Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Error when activating WooCommerce on installation

$
0
0

Replies: 0

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:

  1. Adjust PHP timeouts to 300
  2. Raise post max and upload max to above 1GB
  3. Raise memory limit to 512MB
  4. Uninstall WooCommerce and rip all tables out via WP-Optimize and reinstall
  5. Uninstall, rip all tables, and reinstall via latest download and uploading via FTP
  6. Checked for updates on server – none
  7. Checked for updates on WordPress – none
  8. Reinstall WP version 5.4.2 and then perform manual upload of Woo via FTP
  9. 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 1

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=’pending’ ORDER BY scheduled_date_gmt ASC LIMIT 1

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 1

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=’pending’ ORDER BY scheduled_date_gmt ASC LIMIT 1

WordPress 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 FROM wpjs_actionscheduler_groups

WordPress database error: [Table ‘admin_jt9677.wpjs_actionscheduler_actions’ doesn’t exist]
SHOW FULL COLUMNS FROM wpjs_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.


Viewing all articles
Browse latest Browse all 59525

Trending Articles