Portal Home > Knowledgebase > Articles Database > No more cronjobs


No more cronjobs




Posted by ManXP, 10-05-2007, 06:04 AM
I made some changes to 2 of my servers (both powered by cpanel 11, php 4.4.7 and Apache 1.3). I disabled persistent mysql connections in php.ini file and problems started - PHP based cronjobs stopped working for all accounts on both servers. PHP scripts are not launched via cronjobs anymore. No errors are displayed, but all cronjobs just stopped working (when I run php scripts manually via ssh - everything is fine). I have enabled persistent connections again, recompiled apache, updated system software, rebooted server, and it's still the same - cronjobs don't work anymore. Any ideas, please?

Posted by zacharooni, 10-05-2007, 06:15 AM
tail -50 /var/log/*cron* Paste!

Posted by david510, 10-05-2007, 06:24 AM
Do you get email alerts that cronjob failed to run? Run an example cronjob command from the server SSH and see if it is working fine. Also see if cron process is running fine on the server.



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read