Hi, I'm on CentOS 6.6 and created a user crontab ( crontabe -e ). I added the line to run a PHP script at 36 after the hour. 36 * * * * /path/to/script/script.php Had a path wrong so it was failing. Was looking in /var/log/cron and it did not show the error. What am I missing? Thanks!! Keith