I enabled the errors in my wp-config file:
define(\'WP_DEBUG\', true);
But this not work, Wordpress continues showing me a white screen, a
Add these two lines below the
define('WP_DEBUG', true); error_reporting(E_ALL); ini_set('display_errors', 1);
then delete them when you don't need them any more.