Magento – Magento cache keeps re-enabling itself

cachemagento-1.7

In System > Cache Management all types are disabled. Each morning when I log into Magento (sometimes the previous evening also) all cache types will have been re-enabled.

This is very strange. I have crawled through each installed extension and disabled yet each day Magento cache is re-enabling itself.

Is there some buried cache Magento feature that I do not know about?

Best Answer

I would say to check for all the crons which could re-enable all the caches in late-evening/night.

  1. Check linux cron

    crontab -l

  2. Check magento's cron

    select job_type, scheduled_at, executed_at from cron_schedule

  3. Make sure someone is not doing this manually unintentionally.