"
Don't exit SSH if you want to check whether Cron has been set up correctly. Here is how you can do that:
Copy your command (for example, /usr/local/bin/php /home/yoursite/public_html/run.php) and paste it. Click Enter.
If there are no errors - the following line appears:
[root@server cron]#"
when I enter the command (/home/xxxxxxxx/www/my_site/ow_cron/run.php) I get this:
/home/xxxxxxxx/www/my_site/ow_cron/run.php: line 1: ?php: No such file or directory
/home/xxxxxxxx/www/my_site/ow_cron/run.php: line 3: /aquota.user: Permission denied
/home/xxxxxxxx/www/my_site/ow_cron/run.php: line 4: cgi-bin: command not found
/home/xxxxxxxx/www/my_site/ow_cron/run.php: line 5: syntax error near unexpected token `('
/home/xxxxxxxx/www/my_site/ow_cron/run.php: line 5: ` * The contents of this file are subject to the Common Public Attribution License Version 1.0 (the âLicenseâ
Does this mean there is something wrong with my run.php file?
I have chedked the beginning of the file and with no white spaces it begins with <?php
Also the permissions were 644 and I changed it to 755
Any help will be appreciated, Bob