Please debug mode on in wp-config.php file to see the error message
define('WP_DEBUG', true);
http://codex.wordpress.org/Debugging_in_WordPress
http://fuelyourcoding.com/simple-debugging-with-wordpress/
Header modify issue fixing here
define('WP_DEBUG', true);
http://codex.wordpress.org/Debugging_in_WordPress
http://fuelyourcoding.com/simple-debugging-with-wordpress/
Header modify issue fixing here