Plugin is not working after upgrade. Please fix ASAP
-
Dear WPForms Team,
Your plugin is installed and activated in an AJAX call to WordPress site.
We use activate_plugin( ‘wpforms-lite/wpforms.php’ ) method to activate your plugin.
This is a standard way of activating any plugin.
Right after that, site STOPS working with such errors:
WordPress database error: [Table ‘db7dybhmv.wp_actionscheduler_actions’ doesn’t exist]
SELECT a.action_id FROM wp_actionscheduler_actions a WHERE a.hook=’wpforms_process_entry_emails_meta_cleanup’ AND a.status=’in-progress’ ORDER BY scheduled_date_gmt DESC LIMIT 1WordPress database error: [Table ‘db7dybhmv.wp_actionscheduler_actions’ doesn’t exist]
SELECT a.action_id FROM wp_actionscheduler_actions a WHERE a.hook=’wpforms_process_entry_emails_meta_cleanup’ AND a.status=’pending’ ORDER BY scheduled_date_gmt ASC LIMIT 1WordPress database error: [Table ‘db7dybhmv.wp_actionscheduler_groups’ doesn’t exist]
SELECT group_id FROM wp_actionscheduler_groups WHERE slug=’wpforms’WordPress database error: [Table ‘db7dybhmv.wp_actionscheduler_groups’ doesn’t exist]
SHOW FULL COLUMNS FROMwp_actionscheduler_groups
WordPress database error: [Table ‘db7dybhmv.wp_actionscheduler_actions’ doesn’t exist]
SHOW FULL COLUMNS FROMwp_actionscheduler_actions
Fatal error: Uncaught RuntimeException: Error saving action: Error saving action: Table ‘db7dybhmv.wp_actionscheduler_actions’ doesn’t exist in /home/customer/www/example.com/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php:44 Stack trace: #0 /home/customer/www/example.com/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php(225): ActionScheduler_DBStoreMigrator->save_action(Object(ActionScheduler_Action), NULL) #1 /home/customer/www/example.com/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionFactory.php(177): ActionScheduler_HybridStore->save_action(Object(ActionScheduler_Action)) #2 /home/customer/www/example.com/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionFactory.php(105): ActionScheduler_ActionFacto in /home/customer/www/example.com/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php on line 44
WordPress database error: [Table ‘db7dybhmv.wp_actionscheduler_actions’ doesn’t exist]
SELECT a.action_id FROM wp_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 ‘db7dybhmv.wp_actionscheduler_actions’ doesn’t exist]
SELECT a.action_id FROM wp_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 ‘db7dybhmv.wp_actionscheduler_actions’ doesn’t exist]
SELECT a.action_id FROM wp_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 ‘db7dybhmv.wp_actionscheduler_actions’ doesn’t exist]
SELECT a.action_id FROM wp_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 ‘db7dybhmv.wp_actionscheduler_groups’ doesn’t exist]
SELECT group_id FROM wp_actionscheduler_groups WHERE slug=’action-scheduler-migration’WordPress database error: [Table ‘db7dybhmv.wp_actionscheduler_groups’ doesn’t exist]
SHOW FULL COLUMNS FROMwp_actionscheduler_groups
WordPress database error: [Table ‘db7dybhmv.wp_actionscheduler_actions’ doesn’t exist]
SHOW FULL COLUMNS FROMwp_actionscheduler_actions
Please fix this issue ASAP!
- The topic ‘Plugin is not working after upgrade. Please fix ASAP’ is closed to new replies.