cancel
Showing results for 
Search instead for 
Did you mean: 

Cron not working after upgrade to 1.9.3.4

Cron not working after upgrade to 1.9.3.4

I upgraded to 1.9.3.4 today using connect manager. Everything seems to be ok, except Cron stopped working. It doesn't error, or anything. I can't run it from the command line nor web browser with the cron settings disabled in .htaccess. Any ideas?

2 REPLIES 2

Re: Cron not working after upgrade to 1.9.3.4

I figured it out... an old extension was breaking it. 

Re: Cron not working after upgrade to 1.9.3.4

The first rule, don't ever update Magento through connect manager, even worse on the production environment.

The reason why it's not working can probably be found in your error logs.

So, check following logs:

  • var/log/exception.log
  • var/log/system.log
  • apache/nginx error log
  • php-fpm error log (if you're using php-fpm)

It must be in some of those. Let me know about your findings.

If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this issue