Forum Moderators: coopster
/usr/bin/php -q /home/crazyphi/public_html/oms/admin/cronRun_night.php cur_db=3 Usually this runs fine, passing the cur_db=3 var through $_GET['cur_db'], but that is not working any more.
Also before that happens my includes stopped working:
Warning: include(../config.php): failed to open stream: No such file or directory in .. Oddly, its like the "../" isn't bringing it down a level anymore, and "./../" isn't working either.
To temporarily fix this issue I had to put the variable directly into the db file, and add the paths manually into the include file. The odd thing is this script runs normally from HTTP.
What changes server-side are causing this issue? (Since my host is too slow to respond).
Thanks,
--CP
And welcome to webmasterworld!
Whats odd is that my crons have always worked with this path setup, I never changed any of my scripts, and besides that cronRun_night.php cur_db=3 <- the cur_db variable isn't passing now either. This was working before too. I know my host changed something because the night cron ran at 2:00 AM, and the day cron failed at 2:00 PM, and ever since neither have worked.