View Single Post
Old 09-12-2009, 02:54 PM  
frank7799
Confirmed User
 
frank7799's Avatar
 
Industry Role:
Join Date: Jul 2003
Location: In the middle of nowhere...
Posts: 1,974
If you set it up like this:

/home/username/public_html/cron.php

try this way instead (adding php and a space):

php /home/username/public_html/cron.php

If you just use /home/username/public_html/cron.php, the system will try to execute it as a shell script, I think, which causes the above error.

Last edited by frank7799; 09-12-2009 at 02:56 PM..
frank7799 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote