The famous WordPress white screen of death
To get WordPress to display errors, edit the wp-config.php file to say define( ‘WP_DEBUG’, true ); By default, this is set to false and should be towards the bottom of the file. That will allow you to see which errors are being produced. Also, whitespace at the end of files almost never causes the WSOD; … Read more