Hi, I've noticed that my scheduled cron jobs have stopped running sometime in the last 2-3 days. These cron jobs were originally setup about over a year ago and I have not encountered any issues until recently.
The crons are setup to execute a couple scripts once every hour. At first I thought it was an issue with the code, but after combing through the scripts and reviewing the error log everything looks good. When I manually execute these scripts and everything works perfectly in every test. Just an FYI, I'm not a developer, but I know and am able to learn enough to get by; so I'm just looking for some assistance with pointing me in the right direction to get this resolved.
If anyone has any ideas it would be greatly appreciated.
The crons are setup to execute a couple scripts once every hour. At first I thought it was an issue with the code, but after combing through the scripts and reviewing the error log everything looks good. When I manually execute these scripts and everything works perfectly in every test. Just an FYI, I'm not a developer, but I know and am able to learn enough to get by; so I'm just looking for some assistance with pointing me in the right direction to get this resolved.
Code:
0 * * * * php -q /home/path/to/my/php/script.php
5 * * * * php -q /home/path/to/my/php/script2.php