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.
|