• I’m starting to get this error in debug.log:

    Cron reschedule event error for hook: wacv_execute_cron, Error code: could_not_set, Error message: The cron event list could not be saved., Data: {"schedule":"one_minute","args":[],"interval":60}

    What to do to fix it?

Viewing 1 replies (of 1 total)
  • Hi,

    Thank you for contacting VillaTheme.

    There are a few reasons this can fail internally in WordPress core, unfortunately, the error message doesn’t get exposed by WordPress so WP Crontrol can’t tell you the reason for the failure.
    That said, a common cause is you’re trying to schedule an event that matches one that’s already due within one minute. This causes WordPress to identify the event as duplicate and refuse to add it. Please try to increase the time to repeat the cron event and try again.
    Another cause is caching issues if you have a persistent object cache in places such as Redis or Memcached, although problems with these aren’t as common these days as long as your drivers are up to date.

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Error: The cron event list could not be saved’ is closed to new replies.