Cron jobs doesn't seem to be working any idea why? I am positive that my cron job is setup properly.
Cron jobs doesn't seem to be working any idea why? I am positive that my cron job is setup properly.
A command line like:
will log all normal output ( ie echo ) and all error messages (even system errors).Code:/usr/bin/php /home/igor/public_html/my_cron_job.php >> /home/igor/public_html/my_cron_log.txt 2>&1
That way you can make sure the job is being run and any problems.
Nothing is always absolutely so.