Managing PHP errors: Difference between revisions

From ULYSSIS documentation
(Created page with "PHP errors are not displayed by default. If you want to show PHP errors you can add these line to a .htaccess file in the documentroot of your website. For example create a f...")
(No difference)

Revision as of 03:16, 11 May 2014

PHP errors are not displayed by default. If you want to show PHP errors you can add these line to a .htaccess file in the documentroot of your website.

For example create a file ~/www/.htaccess with this content:

php_value display_errors on