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?
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?