Inserisci questo codice nel file sites/default/files/settings.php

error_reporting(-1);  // Have PHP complain about absolutely everything.

$conf['error_level'] = 2;  // Show all messages on your screen

ini_set('display_errors', TRUE);  // These lines give you content on WSOD pages.

ini_set('display_startup_errors', TRUE);