Hi there, i have a cron_schedule issue,
My magento is installed since 2 years. No probleme until today. cron.sh is called from crontab each 5 mins. I can see the call of cron.sh in my cron.log.
Since yesterday, cron.sh do not schedule anything. Its only work when i call cron.php in web browser.
With some debug, i can see in app/code/core/Mage/Core/Model/Config.php that the function loadEventObservers isnt called when the config cache activated when i run cron.sh or cron.php from shell command line.
But Strangely, if i disable config cache, cron.sh work ...
Do you have an idea ?