Our blog

 

Full PHP Error Display for Vhost

To get PHP displaying all errors on a particular apache vhost, simply add the following two lines within the vhost configuration

CODE:
  1. php_value display_errors On
  2. php_value error_reporting 6143

More Reading:

 

Leave a Reply