PDA

View Full Version : cron problem - permission denied


binman
04-15-2006, 12:57 AM
sorry to bother you. I have tried to set up a cron job using /home/sites/xxxxxx/public_html/news/admin/dir_importrss.php

But it isn't working - the email notification reads:

nice: /home/sites/xxxxxx/public_html/news/admin/dir_importrss.php: Permission denied
any suggestions?

artwilliams
04-15-2006, 01:10 AM
Try this ...

php /home/sites/xxxxxx/public_html/news/admin/dir_importrss.php

It needs to know where php resides.

binman
04-15-2006, 01:27 AM
sorted - thanks :D