Home
Products
QA
Support
Contact
How do I turn on error displaying in PHP/Apache?
It's supposed to turn on by setting:
display_errors = On
However, the switch seems to be disabled in some builds of PHP. You'll have to do it locally when that happens:
ini_set('display_errors',1);