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?
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.
hi
thank you - i changed the cronjob to cron.php instead of cron.sh, seems to work properly now.