Cron job not working, but where are the errors???

M55

New member
Joined
Sep 21, 2006
Messages
2
Ok so i've set my cron job to run every other minute by putting */2 in the minutes field, and everything else is *.

In the command field, i've put the following:
/usr/local/bin/php /home2/<user>/domains/<domain>/public_html/scripts/test.php

Where <user> is the username and <domain> is the domain. But it still doesn't run that script!!!

I at least need a way to see WHY its not running the cron. Where can i find the logs?
 
The path is /var/log. The actual file is "cron". You made need root access to access/open the file depending on your priveleges and permissions settings.

Hope this helps, cheers!
 
Back
Top