October 7, 201411 yr comment_11390 Using UniServer Zero XI 11.3.1 I am trying to get a php script running using the cron functionality. I can access my script using my browser and it runs successfully, but when it runs on the cron schedule it fails because it finds the mysqli extension is not loaded. I also notice that it does not pick up the date.timezone setting from my php.ini. What's going on? Any ideas greatly appreciated. Report
October 8, 201411 yr Author comment_11393 Ah ha! I've found that I can get it working with using a relative path to the script in cron.ini:path = \www\app\cron.php...rather than...path = http://localhost/app/cron.php I had to add an "extension=php_mysqli.dll" line to the php-cli.ini file (and set the timezone), so that's why it wasn't working before using the relative path. Still can't understand why it didn't work using the http path, but at least it's working. Report
August 22, 20232 yr comment_17624 Having same problem in 2023, although inserting relative path as you have above still does not work for me. Cron is running and logging as it should normally, but it does not execute my php file. In fact I deleted the file and cron did not blink and even reported an OK in it's log. Has anyone figured this out? Edited August 22, 20232 yr by Player-n spelling Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.