• Resolved chcw

    (@chcw)


    Hi,

    I check my PHP error log and find a lot lines as below:

    [05-Jul-2023 07:03:25 UTC] Cron reschedule event error for hook: ngg_delete_expired_transients, Error code: invalid_schedule, Error message: Event schedule does not exist., Data: {"schedule":"ngg_custom","args":[],"interval":900}
    [05-Jul-2023 07:04:14 UTC] Cron reschedule event error for hook: ngg_delete_expired_transients, Error code: invalid_schedule, Error message: Event schedule does not exist., Data: {"schedule":"ngg_custom","args":[],"interval":900}
    

    How to solve the issue?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Imagely

    (@imagely)

    Hi @chcw,

    Let’s first of all try adding the following constant to your site’s wp-config.php

    define('ALTERNATE_WP_CRON', true);

    If that doesn’t help, you can disable NGG’s transients entirely adding:

    define('NGG_CRON_ENABLED', false);
    Thread Starter chcw

    (@chcw)

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cron reschedule event error for hook: ngg_delete_expired_transients’ is closed to new replies.