• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue Runing PHP script on Scheduled task

acoolcoder

New Pleskian
Hello folks!

I have a report php file which is sending mail in daily. If i run this file in Chrome it works well and sends my mail. (Also fetch some records from SQL Server) but if i run it from scheduled task it gave error as you can see on attachment.
error.png
 
Last edited:
When this script is working as part of your website, maybe you are using different version of PHP (which is configured with different list of extensions)?

Please also check if you need this extension (php_pdo_oci.dll):
php_pdo_oci.dll is interface for Oracle database and it requires that you have Oracle interface DLLs installed on your server as well. (They are not part of PHP package, they are distributed separately by Oracle).
So if you don't really need php_pdo_oci.dll, you should disable it.
 
Hello again,

PHP versions are same. I use php_pdo_oci extension also i'm conneting Oracle. But strange thing is page works when i open it on browser.
 
Back
Top