PDA

View Full Version : Cron - No input file specified error


navtaj
10-31-2006, 01:28 PM
Ok, So I got the cron job working and had it set to run at 4am. At 7 am I recevied an email stating the following:

No input file specified.

This is what my Cron job looks like:

MAILTO="xxxxx@gmail.com"
* 04 * * * /usr/local/bin/php -f /home/navtaj/public_html/phplist_bridge/update.php

Please help.

Could this part be wrong? "home/navtaj/public_html/phplist_bridge/update.php"

Thank You
Navtaj