• 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.

PHP Error Reporting on 8.1

A

adstock

Guest
I have had a look through the forums and Documents and I cannot find out how how to turn on Error Reporting on PHP for a domain we are trying to debug. the following is guess work by piecing together my understanding of how Plesk works.

My guess is that in version 8.1 you need to edit the httpd.include file held in the conf directory of the domain, and under the orgiinal php directives I have added

php_admin_flag display_errors 1
php_admin_value error_reporting "E_ALL"

I have restarted Apache and still no Joy.

The File now look like this

<IfModule sapi_apache2.c>
php_admin_flag engine on
php_admin_flag safe_mode on
php_admin_value open_basedir "/var/www/vhosts/investmentandbusinessnews.co.uk/httpsdocs:/tmp"
php_admin_flag display_errors 1
php_admin_value error_reporting "E_ALL"
</IfModule>
<IfModule mod_php5.c>
php_admin_flag engine on
pdmin_flag engine on
php_admin_flag safe_mode on
php_admin_value open_basedir "/var/www/vhosts/investmentandbusinessnews.co.uk/httpsdocs:/tmp"
php_admin_flag display_errors 1
php_admin_value error_reporting "E_ALL"
hp_admin_flag safe_mode on


Any pointers would be most helpful
 
You should never edit httpd.include, your changes will get overwritten. Refer to Plesk's documentation (click on "Appendix A. Advanced Features" and than on "Including Directives into Web Server Configuration File").
 
Back
Top