Debugging Production PHP

From Zanecorpwiki

Jump to: navigation, search

Getting Error Messages

Often times, production PHP is configured to not print error messages should they occur. To turn on error reporting, you need:

php_value display_errors 1

You can put this in an htaccess file if that's turned on, or use a Location/Directory directive.

Personal tools