• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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