<br />
<b>Warning</b>: Unknown: failed to open stream: No such file or directory in <b>Unknown</b> on line <b>0</b><br />
<br />
<b>Fatal error</b>: Unknown: Failed opening required '/home/override.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>Unknown</b> on line <b>0</b><br />
Advanced PHP Debugger (APD) requires Zend Engine API version 220100525.
The Zend Engine API version 220121212 which is installed, is newer.
Contact George Schlossnagle at http://pear.php.net/ for a later version of Advanced PHP Debugger (APD).
<br />
<b>Warning</b>: Unknown: failed to open stream: No such file or directory in <b>Unknown</b> on line <b>0</b><br />
<br />
<b>Fatal error</b>: Unknown: Failed opening required '/home/override.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>Unknown</b> on line <b>0</b><br />
...all my cron jobs were deleted
My cron jobs were deleted too
<b>Fatal error</b>: Unknown: Failed opening required '/home/override.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>Unknown</b> on line <b>0</b><br />
We allow cron jobs, but they may not request external content, and only 1 cron job execution per 5 minutes.
Ok, I see what I did wrong now - my cron jobs are now in compliance and appear to be working, but like other users I am still having problems with PHP mailThis issue with "/home/override.php" is resolved.
If you have a cronjob (or multiple) that are not executing you need to ensure that your account was within compliance of our Terms of Service with respect to the crontab rule:
An account that is not in compliance with this rule would have its crontab automatically disabled. To return the cronjobs they would need to be manually re-added on the account.
Cron jobs may not request external content - and you can have only one (1) Cron job execution per five (5) minutes with a basic free-hosting account
If you try to run a Cron job outside those limits - the system will delete all Cron jobs in your account
The 'only one Cron running at a time' is a restriction on 'Free Hosting' and 'Prime' accounts - Free Hosting is restricted to one cron running per 5 minutes, Prime accounts are restricted to one Cron running per one (1) minute Illuminated and Premium accounts have no restrictions on Cron jobs.
/usr/bin/php -f /home/name/www/script.php '&get1=1&get2=2' >>/home/name/www/log/cronlog.txt 2>&1
I used this command and it works well for me:
/usr/local/cpanel/3rdparty/bin/php /home/user/public_html/script.php