- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2020
02:14 AM
03-24-2020
02:14 AM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2020
02:27 AM
03-24-2020
02:27 AM
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
Problem Solved Click Accept as Solution!:Magento Community India Forum
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2020
03:12 AM
04-01-2020
03:12 AM
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.