I was browsing for posts about fopen and file_get_contents a week or 2 back and remember seeing a topic about a cron error also with them, where a response was that the access for cron had been changed. I've just tried using the search function as well as manual searching through level two support and couldn't see any topic that stood out as the one I was after.
Command I'm running is:
php -q /home/ianh/public_html/updcron.php group1
Edit:
Saw another different topic with a similar problem now.
Quote:
|
Originally Posted by Corey
Instead of php -q or /usr/bin/php in your cron path, use php-cron for the binary.
|
If this is what's needed, I'm not sure what's to do with it, would it be to change the previously posted job to:
php-cron /home/ianh/public_html/updcron.php group1
Thanks.