New-ish to wordpress.
When i go to the Updraft backup page, i get the following two warnings:
>**Warning:** WordPress has a number (25) 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.
Should i change it so that CRON is enabled in wp-config?
I’m a little worried messing up with files.
Thanks.
[ad_2]
Cron should be enabled by default – as it is necessary. Definitely remove the line (likely in wp-config.php) that’s disabling it – a lot of stuff in the WP ecosystem relies on cron working.
Yes you should. Lots of plugins rely on it including WooCommerce
Who disabled cron and why?