• Resolved attila73

    (@attila73)


    I have updated to WC 9.8.5 and after few hours there is still a message that the update is in progress, and I got the following fatal errors (315 times the same error at the moment under each other and the number is growing), see below.

    I also have 34 pending actions under the scheduled tasks tab, but the table is empty, not showing any pending tasks. Please help what to do!

    Uncaught RuntimeException: Nem lehet igényelni a műveleteket (Cannot request operations). Adatbázis hiba (Database error): Table ‘pphg_actionscheduler_actions’ is marked as crashed and should be repaired in /home/www/clients/client3xxx/web8607/web/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:1016

    { “error”: {
    “type”: 1,
    “file”: “/home/www/clients/client3xxx/web8607/web/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php”,
    “line”: 1016 },
    “remote-logging”: true,
    “backtrace”: [
    “”,
    “#0 /home/www/clients/client3xxx/web8607/web/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php(861): ActionScheduler_DBStore->claim_actions(345979, 25, NULL, ”, ”)”,
    “#1 /home/www/clients/client3xxx/web8607/web/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_QueueRunner.php(179): ActionScheduler_DBStore->stake_claim(25)”, “#2 /home/www/clients/client3xxx/web8607/web/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_QueueRunner.php(158): ActionScheduler_QueueRunner->do_batch(25, ‘WP Cron’)”,
    “#3 /home/www/clients/client3xxx/web8607/web/wp-includes/class-wp-hook.php(324): ActionScheduler_QueueRunner->run(‘WP Cron’)”,
    “#4 /home/www/clients/client3xxx/web8607/web/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(”, Array)”,
    “#5 /home/www/clients/client3xxx/web8607/web/wp-includes/plugin.php(565): WP_Hook->do_action(Array)”,
    “#6 /home/www/clients/client3xxx/web8607/web/wp-cron.php(191): do_action_ref_array(‘action_schedule…’, Array)”,
    “#7 {main}”,
    “thrown” ] }

Viewing 3 replies - 1 through 3 (of 3 total)
  • Mahfuzur Rahman

    (@mahfuzurwp)

    Hi @attila73,

    Thanks for sharing the error details, this is happening because the actionscheduler_actions table in your database is marked as crashed, which is preventing WooCommerce from running scheduled tasks correctly.

    To fix this:

    1. Log in to your hosting control panel and open phpMyAdmin.
    2. Select your site’s database.
    3. Find the table named pphg_actionscheduler_actions.
    4. Check the box next to it, scroll down, and choose “Repair table” from the dropdown menu.

    Once the repair is complete, refresh your Scheduled Actions page and the WooCommerce update notice should clear after pending tasks are processed. Let me know how it goes!

    Thread Starter attila73

    (@attila73)

    Thank you man! 🙂 It worked!

    Mahfuzur Rahman

    (@mahfuzurwp)

    Hi @attila73,

    Glad to hear that worked — thanks for letting us know! 🙂 If you have a moment, we’d really appreciate it if you could leave a review for WooCommerce. It helps us keep improving:

    👉 https://ww.wp.xz.cn/support/plugin/woocommerce/reviews/

    Let us know if you ever need help again!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Fatal Error: Uncaught RuntimeException’ is closed to new replies.