• Resolved jasmines

    (@jasmines)


    NOTICE: PHP message: WordPress errore sul database Duplicate entry '0' for key 'PRIMARY' per la query INSERT INTO wp_actionscheduler_logs (action_id, message, log_date_gmt, log_date_local) VALUES (55421, 'azione ignorata via WP Cron', '2022-01-14 08:17:44', '2022-01-14 09:17:44') 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"

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,

    This is related to the database, when this error happens is because the table PRIMARY KEY is not set to AUTO-INCREMENT.

    What to do:

    * Be sure there is a PRIMARY KEY set on the table.
    * Make sure the PRIMARY KEY is set to AUTO-INCREMENT.

    Let us know if there are any questions.

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – we’ll be here if and/or when you are ready to continue. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp_actionscheduler_logs – Duplicate entry ‘0’ for key ‘PRIMARY’’ is closed to new replies.