• Resolved edec

    (@edec)


    Recenty on my error_log file I ve found many and many errors all relative of odg_actionscheduler_groups

    what should I to do?

    [05-Nov-2021 13:27:27 UTC] WordPress errore sul database Table 'MYdatabase.odg_actionscheduler_groups' doesn't exist per la query SELECT a.*, g.slug ASgroup` FROM Odg_actionscheduler_actions a LEFT JOIN Odg_actionscheduler_groups g ON a.group_id=g.group_id WHERE a.action_id=580 fatta da do_action_ref_array(‘action_scheduler_run_queue’), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->run, ActionScheduler_QueueRunner->do_batch, ActionScheduler_Abstract_QueueRunner->process_action, ActionScheduler_HybridStore->get_status, ActionScheduler_HybridStore->get_store_from_action_id, ActionScheduler_DBStore->fetch_action
    [05-Nov-2021 13:27:27 UTC] WordPress errore sul database Table ‘MYdatabase.odg_actionscheduler_logs’ doesn’t exist per la query SHOW FULL COLUMNS FROM Odg_actionscheduler_logs fatta da do_action_ref_array(‘action_scheduler_run_queue’), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->run, ActionScheduler_QueueRunner->do_batch, ActionScheduler_Abstract_QueueRunner->process_action, do_action(‘action_scheduler_execution_ignored’), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_Logger->log_ignored_action, ActionScheduler_DBLogger->log
    [05-Nov-2021 13:27:27 UTC] WordPress errore sul database Table ‘MYdatabase.odg_actionscheduler_groups’ doesn’t exist per la query SELECT a.*, g.slug AS group FROM Odg_actionscheduler_actions a LEFT JOIN Odg_actionscheduler_groups g ON a.group_id=g.group_id WHERE a.action_id=581 fatta da do_action_ref_array(‘action_scheduler_run_queue’), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->run, ActionScheduler_QueueRunner->do_batch, ActionScheduler_Abstract_QueueRunner->process_action, ActionScheduler_HybridStore->get_status, ActionScheduler_HybridStore->get_store_from_action_id, ActionScheduler_DBStore->fetch_action

    • This topic was modified 4 years, 6 months ago by edec.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @edec,

    It sounds like the _actionscheduler_groups table doesn’t exist on the site. You could try installing the standalone version of the Action Scheduler plugin. That should create any missing database tables.

    https://wordpress.org/plugins/action-scheduler/

    If that still doesn’t fix this, you might check to see if WordPress’s database “user” has the necessary permissions to create database tables.

    Let us know if we can help out.

    Thanks!

    Thread Starter edec

    (@edec)

    I ve copy every table of actionscheduler_groups and others from another copy of DB and now all is ok

    thanks

    Hi,

    Glad to hear that it’s all sorted out!

    If you have further questions, feel free to create a new thread.

    Cheers

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

The topic ‘Error odg_actionscheduler_logs’ is closed to new replies.