cancel
Showing results for 
Search instead for 
Did you mean: 

Cron.php not schedule anything

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Cron.php not schedule anything

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 ?
 

 

1 REPLY 1

Re: Cron.php not schedule anything

I'm going through the same issue.  I have looked over so many posts on various sites and my new install of 1.9.2.2 won't process any cronjobs, unless I disable my htaccess in the main directory and then manually start cron.php through the browser.

 

Here is my post: https://community.magento.com/t5/Admin-Configuration-Questions/Cron-php-Not-being-called-Permission-...

 

Let me know if you find the solution, I'll do the same.  Thanks