• Hi there,

    I keep getting this error “Failed to the delete the cron event crontrol_cron_job.”

    How can I delete this? I already deactivated all plugins, cleared all caches but still can delete that cron job.

    When I ssh into and do a cron -l it doesn’t even show there

Viewing 1 replies (of 1 total)
  • Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    WordPress cron events aren’t real cron events so cron -l won’t show you anything.

    This can happen sometimes when you have multiple events of the same name, or if the event runs in between the time you load the Cron Events screen and the time you try to delete it.

    Unfortunately there’s not much that Crontrol can do about this as it’s related to the lack of a unique identifier for each scheduled cron event in WordPress core, and in addition to that WordPress core doesn’t expose the reason that the deletion failed so WP Crontrol can’t report that back to you.

    Do you have other PHP Cron Events scheduled? Can you delete or modify those without problem?

Viewing 1 replies (of 1 total)
  • The topic ‘Failed to the delete the cron event crontrol_cron_job.’ is closed to new replies.