I cannot get a php script to run as a cron job. I've read the other posts and this is what I have done:
1. Set file permissions to 755
2. Added this command line to a cron job - /usr/local/bin/php -q /home/neroie/public_html/eplanner/common/lib/getSMSLog.php
I've tried changing the -q to -f as I have seen this documented elsewhere as an option but still no joy.
I added my email to the Cron Email tool but I get no emails about errors.
Are there cron log files that can be read as it looks like the job is not attempting to run??
Thanks.
1. Set file permissions to 755
2. Added this command line to a cron job - /usr/local/bin/php -q /home/neroie/public_html/eplanner/common/lib/getSMSLog.php
I've tried changing the -q to -f as I have seen this documented elsewhere as an option but still no joy.
I added my email to the Cron Email tool but I get no emails about errors.
Are there cron log files that can be read as it looks like the job is not attempting to run??
Thanks.
Comment