• Resolved Fabio Moraes

    (@fabiomoraes)


    “The WordPress CRON jobs system is disabled. This means the garbage collection system will not work unless you run the CRON system manually.”

    Anyone know how I can solve this manually?

Viewing 1 replies (of 1 total)
  • @fabiomoraes Some hosting providers disable the functionality that makes WordPress Cron work properly.

    There is a simple solution that works for the vast majority of hosting providers.

    Add the following to your wp-config.php just before it says, “That’s all stop editing. Happy Blogging!”

    define('ALTERNATE_WP_CRON', true);

Viewing 1 replies (of 1 total)
  • The topic ‘CRON System Disabled’ is closed to new replies.