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?