/bin/sh: line 1: /home/username/public_html/cron/cron1.php: Permission denied
Since the cron is setup to run ONCE a day and I am not getting this error everyday, I am not sure if the cronjob is setup properly.
The original cron command in the auction program manual is:
QUOTE
GET http://www.mydomain.com/cron/cron1.php >/dev/null
Since it gave me constant errors, I use this instead:
QUOTE
/home/machine2/public_html/cron/cron1.php
Please help.