Full PHP Error Display for Vhost

This is post is now quite old and the the information it contains may be out of date or innacurate.

If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub

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


php_value display_errors On
php_value error_reporting 6143


Tags: edmondscommerce