cancel
Showing results for 
Search instead for 
Did you mean: 

Cronjob error after update to 1.9.4.4

Cronjob error after update to 1.9.4.4

Hi there

after magento update to 1.9.4.4, the cronjob seems not to work properly:

i get this error mails:

Cron <123@s14> /bin/sh /home/dir/www/123/cron.sh

content:

expr: syntax error

 

i never had this problem before update. what can i do?

 

2 REPLIES 2

Re: Cronjob error after update to 1.9.4.4

Can you SSH to your server and run following command 

 

crontab -l

to list all the cron jobs running on the server.

If you attach the screenshot with your question, you may get some help.

---
Problem Solved Click Accept as Solution!:Magento Community India Forum

Re: Cronjob error after update to 1.9.4.4

hi

thank you - i changed the cronjob to cron.php instead of cron.sh, seems to work properly now.