• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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