• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

php errors

G

guischarf

Guest
Hi,

How can I set php to show errors under plesk (I login as admin). I need this for debugging

Thanks,

GS
 
You should be able to set the option in /etc/php.ini.

error_reporting = E_ALL

display_errors = On

display_startup_errors = On

You will have to restart Apache once you have made this change. You cannot do it through Plesk, you will have to edit the file via the command line. Also, all warnings will show up so I would recommend turning this to off once you are finished debugging.
 
Back
Top