• Resolved Taner Temel

    (@clu55ter)


    Hi All I have had remove this plugin from my WordPress site as my site error log was getting full of error coming from the database related to ActionScheduler.

    Today when I checked my server error log it was 12 GB even though I’ve removed this plugin from the site.

    Following is was taken from my error.log

    Any help would be appreciated.

    Thanks

    [05-Jan-2023 22:08:37 UTC] WordPress database error Table 'socialon_IG_19722.Bmctb_actionscheduler_actions' doesn't exist for query SELECT a.action_id FROM Bmctb_actionscheduler_actions a WHERE 1=1 AND a.hook='action_scheduler/migration_hook' AND a.status IN ('in-progress') 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('wp_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, Action_Scheduler\Migration\Controller->schedule_migration, Action_Scheduler\Migration\Scheduler->is_migration_scheduled, as_next_scheduled_action, ActionScheduler_Store->query_action, ActionScheduler_HybridStore->query_actions, ActionScheduler_DBStore->query_actions
    [05-Jan-2023 22:08:37 UTC] WordPress database error Table 'socialon_IG_19722.Bmctb_actionscheduler_actions' doesn't exist for query SELECT a.action_id FROM Bmctb_actionscheduler_actions a WHERE 1=1 AND a.hook='action_scheduler/migration_hook' AND a.status IN ('pending') 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('wp_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, Action_Scheduler\Migration\Controller->schedule_migration, Action_Scheduler\Migration\Scheduler->is_migration_scheduled, as_next_scheduled_action, ActionScheduler_Store->query_action, ActionScheduler_HybridStore->query_actions, ActionScheduler_DBStore->query_actions
    [05-Jan-2023 22:08:38 UTC] WordPress database error Table 'socialon_IG_19722.Bmctb_actionscheduler_actions' doesn't exist for query SELECT a.action_id FROM Bmctb_actionscheduler_actions a WHERE 1=1 AND a.status IN ('complete') AND a.last_attempt_gmt <= '2022-12-05 22:08:38' LIMIT 0, 20 made by do_action_ref_array('action_scheduler_run_queue'), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->run, ActionScheduler_Abstract_QueueRunner->run_cleanup, ActionScheduler_QueueCleaner->clean, ActionScheduler_QueueCleaner->delete_old_actions, ActionScheduler_HybridStore->query_actions, ActionScheduler_DBStore->query_actions
    [05-Jan-2023 22:08:38 UTC] WordPress database error Table 'socialon_IG_19722.Bmctb_actionscheduler_actions' doesn't exist for query SELECT a.action_id FROM Bmctb_actionscheduler_actions a WHERE 1=1 AND a.status IN ('canceled') AND a.last_attempt_gmt <= '2022-12-05 22:08:38' LIMIT 0, 20 made by do_action_ref_array('action_scheduler_run_queue'), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->run, ActionScheduler_Abstract_QueueRunner->run_cleanup, ActionScheduler_QueueCleaner->clean, ActionScheduler_QueueCleaner->delete_old_actions, ActionScheduler_HybridStore->query_actions, ActionScheduler_DBStore->query_actions
    [05-Jan-2023 22:08:38 UTC] WordPress database error Table 'socialon_IG_19722.Bmctb_actionscheduler_actions' doesn't exist for query SELECT a.action_id FROM Bmctb_actionscheduler_actions a WHERE 1=1 AND a.status IN ('pending') AND a.last_attempt_gmt <= '2023-01-05 22:03:38' AND a.claim_id != 0 LIMIT 0, 20 made by do_action_ref_array('action_scheduler_run_queue'), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->run, ActionScheduler_Abstract_QueueRunner->run_cleanup, ActionScheduler_QueueCleaner->clean, ActionScheduler_QueueCleaner->reset_timeouts, ActionScheduler_HybridStore->query_actions, ActionScheduler_DBStore->query_actions
    [05-Jan-2023 22:08:38 UTC] WordPress database error Table 'socialon_IG_19722.Bmctb_actionscheduler_actions' doesn't exist for query SELECT a.action_id FROM Bmctb_actionscheduler_actions a WHERE 1=1 AND a.status IN ('in-progress') AND a.last_attempt_gmt <= '2023-01-05 22:03:38' LIMIT 0, 20 made by do_action_ref_array('action_scheduler_run_queue'), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->run, ActionScheduler_Abstract_QueueRunner->run_cleanup, ActionScheduler_QueueCleaner->clean, ActionScheduler_QueueCleaner->mark_failures, ActionScheduler_HybridStore->query_actions, ActionScheduler_DBStore->query_actions
    [05-Jan-2023 22:08:38 UTC] WordPress database error Table 'socialon_IG_19722.Bmctb_actionscheduler_actions' doesn't exist for query SELECT COUNT(DISTINCT claim_id) FROM Bmctb_actionscheduler_actions WHERE claim_id != 0 AND status IN ( 'pending', 'in-progress') made by do_action_ref_array('action_scheduler_run_queue'), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->run, ActionScheduler_Abstract_QueueRunner->has_maximum_concurrent_batches, ActionScheduler_HybridStore->get_claim_count, ActionScheduler_DBStore->get_claim_count
    [05-Jan-2023 22:08:38 UTC] WordPress database error Table 'socialon_IG_19722.Bmctb_actionscheduler_claims' doesn't exist for query SHOW FULL COLUMNS FROM Bmctb_actionscheduler_claims made by do_action_ref_array('action_scheduler_run_queue'), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->run, ActionScheduler_QueueRunner->do_batch, ActionScheduler_HybridStore->stake_claim, ActionScheduler_DBStore->stake_claim, ActionScheduler_DBStore->generate_claim_id
    [05-Jan-2023 22:08:38 UTC] WordPress database error Table 'socialon_IG_19722.Bmctb_actionscheduler_actions' doesn't exist for query UPDATE Bmctb_actionscheduler_actions SET claim_id=0, last_attempt_gmt='2023-01-05 22:08:38', last_attempt_local='2023-01-05 22:08:38' WHERE claim_id = 0 AND scheduled_date_gmt <= '2023-01-05 22:08:38' AND status='pending' ORDER BY attempts ASC, scheduled_date_gmt ASC, action_id ASC LIMIT 25 made by do_action_ref_array('action_scheduler_run_queue'), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->run, ActionScheduler_QueueRunner->do_batch, ActionScheduler_HybridStore->stake_claim, ActionScheduler_DBStore->stake_claim, ActionScheduler_DBStore->claim_actions
    [05-Jan-2023 22:08:38 UTC] PHP Fatal error:  Uncaught RuntimeException: Unable to claim actions. Database error. in /home/socialon/istanbulgrillradcliffe.co.uk/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:683
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @clu55ter

    It seems like the errors are coming from a third party WP Mail SMTP plugin:

    [05-Jan-2023 22:08:38 UTC] PHP Fatal error:  Uncaught RuntimeException: Unable to claim actions. Database error. in /home/socialon/istanbulgrillradcliffe.co.uk/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:683

    In that case, I would suggest discussing this issue with WP Mail SMTP plugin support team, and they will further investigate it for you.

    Thanks!

    Thread Starter Taner Temel

    (@clu55ter)

    Hi @amiralifarooq,

    Thank you for for your reply and my apologies for getting this wrong.

    After disabling WP Mail SMTP I stopped receiving the errors.

    Thanks again.

    You’re welcome @clu55ter glad it’s working fine now, if you have any new questions, create a new ticket.

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘18GB Error log’ is closed to new replies.