• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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