Ubuntu 10.04 crontab issue
My crontab states:
PATH=/var/www
00 00 * * * php -q /tasks/script1.php
*/5 * * * * php -q /cycle/script2.php
*/1 * * * * php -q /tasks/script3.php
script 1 doesnt run, but I need to to run every midnight
script 2 doesnt run but works fine when executed manually.
script 3 DOES run perfectly...
makes no sense to me - any ideas?
mmcdonald
Junior Poster in Training
92 posts since Sep 2012
Reputation Points: 0
Solved Threads: 1
Skill Endorsements: 0
but if they run manually from any browser? Surely crontab can run them? What permissions do the files need for crontab to successfully execute them?
N.B. Cant be permissions as they all have the same
mmcdonald
Junior Poster in Training
92 posts since Sep 2012
Reputation Points: 0
Solved Threads: 1
Skill Endorsements: 0