• Resolved kloader04

    (@kloader04)


    Hello, I have been getting these messages below on my free version. I backup manually so why am I getting the warnings? I’m not a tech on cron.

    Warning: WordPress has a number (19) of scheduled tasks which are overdue. Unless this is a development site, this means that the scheduler in your WordPress install is not working properly. Read this page for a guide to possible causes and how to fix it.

    Warning: The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting. No backups can run (even “Backup Now”) unless either you have set up a facility to call the scheduler manually, or until it is enabled. Go here for more information.

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support vupdraft

    (@vupdraft)

    Can you goto your wp-config.php and change

    define(‘DISABLE_WP_CRON’, true);

    to

    define(‘DISABLE_WP_CRON’, false);

Viewing 1 replies (of 1 total)

The topic ‘Cron errors’ is closed to new replies.