Crons should now be working properly, please confirm when possible.HELP NEEDED!! STILL NOT WORKING!!
You do not currently have any crons set.my crons don't work either
Crons should now be working properly, please confirm when possible.
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.never count on free-hosting Cron jobs to run or to run on time
be sure to have any script that runs by a Cron job to make a log file - with the server date and time it ran - in your account
Do you log the error output too?
Are they all on the same account?
Have you checked cPanel to see if they are still listed?
Is there a pattern to which ones do not run?
Which error output? php?
/usr/bin/php -q /home/igor/public_html/test/test.php >>/home/igor/public_html/test/test_log.txt 2>&1
Cron job listing:
Code:/usr/bin/php -q /home/igor/public_html/test/test.php >>/home/igor/public_html/test/test_log.txt 2>&1
Any output from test.php is logged and any errors, such as file not found (you mistyped the script name), etc.
Make sure you do not suppress error reporting in your script.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (56) Failure when receiving data from the peer
HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
Retrying.