<div dir="ltr"><div><div><div>Hi all,<br><br></div>Since a few days I am trying to set-up my crontab correctly to have a correct execution of cron.php. Yesterday night I thought I was finished with this after learning a few options of the php cli mode: it was working, the background job was running and the news app was being updated.<br>

</div><br>I was calling the script directly from the command line with the following command :<br></div>php -c myphp.ini -f cron.php<br><br><div><div><div><div>then I configured the cron task :<br></div><div>0,30 * * * * path/to/cron.php<br>

<br></div><div>And then surprise this morning :<br>{"app":"PHP","message":"Undefined index: HTTP_HOST at pathToOwnCloud\/lib\/request.php#42","level":2,"time":1373113801}<br>

{"app":"PHP","message":"Undefined index: SCRIPT_NAME at pathToOwnCloud\/lib\/request.php#93","level":4,"time":1373113801}<br><br></div><div>and this blocks the whole execution of the script at each cron execution ...<br>

<br></div><div>if I call the script manually then everything works fine!<br><br></div><div>Does anyone has the same problem / know how to solve it ?<br><br></div><div>the php.ini file I am using is an exact copy of the ini file use for the cgi mode<br>

<br></div><div>Cheers,<br></div><div>P. Crepier<br clear="all"></div><div><div>__________________________________________________________<br>Pierre CREPIER<br><br>e-mail : <a href="mailto:pierrecrepier@gmail.com" target="_blank">pierrecrepier@gmail.com</a></div>


</div></div></div></div></div>