DB out of sync after update
-
I updates my site’s woocommerce to the latest version a few hours ago, and I have been getting this error “WordPress database error Commands out of sync” ever since. I’ve been trying to figure out what this could be caused by but have not found anything. The full error message is:
[16-Aug-2023 18:37:14 UTC] WordPress database error Commands out of sync; you can't run this command now for query UPDATE
prefix_options
SEToption_value
= '1692211094' WHEREoption_name
= 'action_scheduler_lock_async-request-runner' made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->maybe_dispatch_async_request, ActionScheduler_OptionLock->set, update_option [16-Aug-2023 18:37:14 UTC] WordPress database error Commands out of sync; you can't run this command now for query SELECT COUNT(DISTINCT claim_id) FROM prefix_actionscheduler_actions WHERE claim_id != 0 AND status IN ( 'pending', 'in-progress') made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->maybe_dispatch_async_request, ActionScheduler_AsyncRequest_QueueRunner->maybe_dispatch, ActionScheduler_AsyncRequest_QueueRunner->allow, ActionScheduler_Abstract_QueueRunner->has_maximum_concurrent_batches, ActionScheduler_DBStore->get_claim_count [16-Aug-2023 18:37:14 UTC] WordPress database error Commands out of sync; you can't run this command now for query SELECT a.action_id FROM prefix_actionscheduler_actions a WHERE 1=1 AND a.status IN ('pending') AND a.scheduled_date_gmt <= '2023-08-16 18:37:14' LIMIT 0, 5 made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->maybe_dispatch_async_request, ActionScheduler_AsyncRequest_QueueRunner->maybe_dispatch, ActionScheduler_AsyncRequest_QueueRunner->allow, ActionScheduler_Store->has_pending_actions_due, ActionScheduler_DBStore->query_actions
I have tried to disable other plugins but it still occurs, any ideas that could help?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘DB out of sync after update’ is closed to new replies.