WordPress database error Table ‘*.wp_actionscheduler_actions’ doesn’t exist
-
I receive the following error when installing the free version of Forminator in a brand new WordPress installation on localhost:
[06-Oct-2024 12:04:08 UTC] WordPress database error Table ‘wordpress_project_test_2.wp_actionscheduler_actions’ doesn’t exist for query SHOW COLUMNS FROM wp_actionscheduler_actions LIKE ‘priority’ made by require_once(‘wp-admin/admin.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘plugins_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_Versions::initialize_latest_version, action_scheduler_initialize_3_dot_6_dot_3, ActionScheduler::init, do_action(‘action_scheduler_pre_init’), WP_Hook->do_action, WP_Hook->apply_filters, {closure}
I understand it means that the plugin is trying to do something with a table related to Action Scheduler and that table does not exist. If I install another plugin (e.g. The Events Calendar) which uses Action Scheduler before installing Forminator I don’t receive the error. The Events Calendar plugin folder contains a folder called called “vendor” inside which is a folder called “woocommerce” inside which is a folder called “action-scheduler” which contains the Action Scheduler files. I have looked through the Forminator plugin folder and I can’t find anything similar. If Forminator relies on Action Scheduler should it not be bundled with it as it is in other plugins (e.g. The Events Calendar)?
- You must be logged in to reply to this topic.