• The preloaded cache files get deleted randomly even though nothing is changes in the site/no new posts/comments have been added. It’s not even updating automatically. Only a manual trigger works.

    • This topic was modified 4 years, 9 months ago by rkysh.
Viewing 2 replies - 1 through 2 (of 2 total)
  • I have been using Wp super cache for more than 1 year. It was okay when I was in the old php 5.x version, but when I upgraded to wp 7.3 version, when I activate wp super cache, I get a page showing an error message and it prevents me from entering the site.

    Cron System Disabled

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

    I added these codes to wp config file :

    define(‘DISABLE_WP_CRON’, ‘false’);

    define(‘ALTERNATE_WP_CRON’, ‘true’);

    And I get the same error warning. How do I fix this problem?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Preloaded cache files get deleted randomly’ is closed to new replies.