I definitely followed the 5min rule. Concerning the content requests: How can I properly call a php script of my own site? What I used before was: /usr/bin/php -f /home/name/www/script.php '&get1=1&get2=2' >>/home/name/www/log/cronlog.txt 2>&1
Same problem here, found out that all my cron jobs were deleted :-/
Checked my cron log:
<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'...
Thanks, I've changed it. I don't think that there's something wrong with the cron command per se, since it has all been working perfectly before. The log file confirms that the curl commands fail to execute, I always get
% Total % Received % Xferd Average Speed Time Time Time...
Which error output? php?
All of the same account, still listed in cPanel.
My guess is that curl isn't working properly anymore. The cron jobs that call a curl to one of my php scripts with GET-arguments don't work on a regular basis.
Actually they worked perfectly for quite a while now – then all of a sudden they all stopped working. After Bryon's intervention some of them started working again, not all though.
That I have. That's why I know which are working and which aren't. Doesn't help much though.