By lucacerone on
Dear all,
suddenly I got a problem with cron.php.
It worked fine till today, but after updating to Drupal 6.17,
I noticed that cron had not been running in a long time. Clicking on the "run cron manually" link I get the message "Cron Run Failed".
By executing:
cd /var/www/ ; php cron.php
from the command line, I get the error:
"PHP Notice: Undefined index: REMOTE_ADDR in /var/www/includes/bootstrap.inc on line 1299"
How can I fix this???
Thanks a lot in advance,
Cheers, -Luca
Comments
.
Try
Or make sure that this error_reporting setting is used in the php.ini file used by command-line PHP.