You are not logged in.
Pages: 1
Hello,
I have a batch file running the following command
php <local_path>\cron.php
and I was running the file through a scheduled task, to trigger email notifications for ticket submissions etc
Everything worked fine for a long time, but recently I noticed that the command is no longer executed, giving the following error message:
PHP Warning: PHP Startup: Invalid library (appears to be a Zend Extension, try
loading using zend_extension=php_opcache.dll from php.ini) in Unknown on line 0
I edited the PHP.ini file, and added the line zend_extension=php_opcache.dll but that didn't change anything
Any ideas?
Thanks
======================
UPDATE:
The error message was irrelevant to the fact that the scheduled tasked failed to complete. It had something to do with the user account used to execute the task, which I managed to resolve. I'm still interested in understanding this error message though...
Last edited by ioannos (2024-05-10 08:08:28)
Offline
Pages: 1