When I deactivate all plugins ( by renaming the plugin folder ) I get the following errors:
Warning: Cannot modify header information – headers already sent by (output started […]functions.php:669) in […]wp-login.php on line 415
Warning: Cannot modify header information – headers already sent by (output started at […] functions.php:669) in […] wp-login.php on line 427
First error referring to the following:
header('Content-Type: '.get_bloginfo('html_type').'; charset='.get_bloginfo('charset'));
Second one to this:
setcookie(TEST_COOKIE, 'WP Cookie check', 0, COOKIEPATH, COOKIE_DOMAIN);
if ( SITECOOKIEPATH != COOKIEPATH )
setcookie(TEST_COOKIE, 'WP Cookie check', 0, SITECOOKIEPATH, COOKIE_DOMAIN);