Quote:
Originally Posted by m4yadult
If you set it up like this:
/home/username/public_html/cron.php
try this way insted (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 caused the above error.
|
ha I think thats the problem because the installation says set the cron up as this
0 * * * * php "path to your website dir"/cron.php
It has the "php" with a space in front
thanks
