• Resolved lastarcher

    (@lastarcher)


    I got error in log file like this after i removed my wp_actionscheduler_actions table in database

    log file going big and bigger everytime more then 200GB some time

    after disable this pluging logfile is now make no error.

    [01-May-2022 18:26:28 UTC] WordPress database error Table 'u188889966_qY9gA.wp_actionscheduler_actions' doesn't exist for query SELECT a.action_id FROM wp_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_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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    Site Reviews uses the same action scheduler as Woocommerce, WPForms, and many other popular plugins. Action Scheduler will use WP Cron to automatically delete old entries. If your action scheduler table has become unreasonably large, then WP Cron may not be running correctly on your website so that would be something to look into when troubleshooting.

    Thread Starter lastarcher

    (@lastarcher)

    any idea how can i setup cron? or how can i start? i not pro in this

    Plugin Author Gemini Labs

    (@geminilabs)

    WP Cron is part of WordPress, but maybe you have it disabled in your wp-config.php file.

    If you have deleted the action scheduler tables from your database (instead of just clearing the table entries), you may need to uninstall and reinstall Site Reviews to reinitialise them.

    Before doing the “nuclear option”, first try to deactivate and reactivate Site Reviews. If that does not fix the problem, then…

    To perform a full reinstall, first use the export tools in the Site Reviews Tools page to export your reviews and plugin settings. If you have created categories, then you may need to use the WordPress export / import tools instead for your reviews. After you have exported your reviews and setting, go to the Site Reviews settings and change the setting on the General tab to delete everything on uninstall (the dropdown will change to red when you select to delete everything). After that, save the settings, then uninstall and reinstall, then import everything back.

    • This reply was modified 2 years, 10 months ago by Gemini Labs.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘plugin-in makes my log file more then 100GB’ is closed to new replies.