• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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