Cron Jobs not Working
I installed cpanel on Google cloud with WHM and I am Trying to Run Cron Jobs For A Software Called Mautic
I am Using this Path Format
/usr/local/bin/php /home/[username]/public_html/mautic/app/console mautic:segments:update
But the Cron Jobs Are Not running. I have updated email notification also But No Difference.
Can Someone please help me with this?
-
Do you get any output/errors when you run this manually over the command line? 0 -
I am Not getting any error or output with this 0 -
If you look in /var/log/cron.log do you see the cron being executed? If so, then the cron is running but the issue is the specific job. Your PHP error log should have an error for this if you have error logging enabled and it's not functioning as intended. 0 -
Hi Sir
It's an old question, but I have the same problem,
I look in /var/log/cron.log and it works, it logs, but nothing is actually executed
Although everything executes successfully when I run the same command directly from the terminal!
0 -
If you are seeing the cron has processed in /var/log/cron but no changes happen on the system, is it possible the command itself doesn't work? If you manually execute the cron command directly on the command line doe that give you any results?
0
Please sign in to leave a comment.
Comments
5 comments