Possible conflict with WooCommerce v5.4.1
-
Hi Gregory
Just letting you know that since we upgraded WooCommerce from v5.3.0 to v5.4.1 when users log in and WooCommerce schedules the wc-admin_import_customers hook we get the following set of errors logged:[21-Jun-2021 23:04:05 UTC] WordPress database error Table ‘dbnamexxx.a’ doesn’t exist for query SELECT a.action_id FROM a LEFT JOIN g ON g.group_id=a.group_id WHERE 1=1 AND g.slug=’wc-admin-data’ AND a.hook=’wc-admin_import_customers’ AND a.status=’pending’ AND a.claim_id = 0 AND (a.hook LIKE ‘%[790]%’ OR (a.extended_args IS NULL AND a.args LIKE ‘%[790]%’) OR a.extended_args LIKE ‘%[790]%’) ORDER BY a.scheduled_date_gmt ASC LIMIT 0, 1 made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, {closure}, cerber_wp_login_page, require(‘wp-login.php’), wp_signon, do_action(‘wp_login’), WP_Hook->do_action, WP_Hook->apply_filters, wc_user_logged_in, wc_update_user_last_active, update_user_meta, update_metadata, do_action(‘updated_user_meta’), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Admin\Schedulers\CustomersScheduler::schedule_import_via_last_active, Automattic\WooCommerce\Admin\Schedulers\CustomersScheduler::schedule_import, Automattic\WooCommerce\Admin\Schedulers\ImportScheduler::schedule_action, Automattic\WooCommerce\Admin\Schedulers\ImportScheduler::has_existing_jobs, WC_Action_Queue->search, as_get_scheduled_actions, ActionScheduler_DBStore->query_actions
[21-Jun-2021 23:04:05 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ‘WHERE slug=’wc-admin-data” at line 1 for query SELECT group_id FROM WHERE slug=’wc-admin-data’ made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, {closure}, cerber_wp_login_page, require(‘wp-login.php’), wp_signon, do_action(‘wp_login’), WP_Hook->do_action, WP_Hook->apply_filters, wc_user_logged_in, wc_update_user_last_active, update_user_meta, update_metadata, do_action(‘updated_user_meta’), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Admin\Schedulers\CustomersScheduler::schedule_import_via_last_active, Automattic\WooCommerce\Admin\Schedulers\CustomersScheduler::schedule_import, Automattic\WooCommerce\Admin\Schedulers\ImportScheduler::schedule_action, WC_Action_Queue->schedule_single, as_schedule_single_action, ActionScheduler_ActionFactory->single, ActionScheduler_ActionFactory->store, ActionScheduler_DBStore->save_action, ActionScheduler_DBStore->get_group_id
[21-Jun-2021 23:04:05 UTC] WordPress database error Incorrect table name ” for query SHOW FULL COLUMNS FROMmade by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, {closure}, cerber_wp_login_page, require(‘wp-login.php’), wp_signon, do_action(‘wp_login’), WP_Hook->do_action, WP_Hook->apply_filters, wc_user_logged_in, wc_update_user_last_active, update_user_meta, update_metadata, do_action(‘updated_user_meta’), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Admin\Schedulers\CustomersScheduler::schedule_import_via_last_active, Automattic\WooCommerce\Admin\Schedulers\CustomersScheduler::schedule_import, Automattic\WooCommerce\Admin\Schedulers\ImportScheduler::schedule_action, WC_Action_Queue->schedule_single, as_schedule_single_action, ActionScheduler_ActionFactory->single, ActionScheduler_ActionFactory->store, ActionScheduler_DBStore->save_action, ActionScheduler_DBStore->get_group_id, ActionScheduler_DBStore->create_group
When I deactivate Cerber the problem goes away. I suspect it is something to do with cerber_wp_login_page. We are using Cerber 8.8.5 on WordPress 5.7.2 . This happens on two servers of slightly different configurations.
Thanks for the great work.
- The topic ‘Possible conflict with WooCommerce v5.4.1’ is closed to new replies.