SilverStripe

SilverStripe White Screen Of Death

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