- Category: SilverStripe
- Last edited: September 27, 2012
Debugging a SilverStripe website? Lose the impossible-to-debug ‘White Screen of Death’ with these codes:
_config.php
error_reporting(E_ALL);
.htaccess
php_value display_errors On
Debugging a SilverStripe website? Lose the impossible-to-debug ‘White Screen of Death’ with these codes:
_config.php
error_reporting(E_ALL);
.htaccess
php_value display_errors On