Guten Tag. Irgendwie kommt, wenn ich mich in den Adminbereich einloggen will, seit kurzem folgender Fehler:
Code
[B]Warning[/B]: Header may not contain more than a single header, new line detected. in [B]/var/www/web131/html/blog/wp-login.php[/B] on line [B]269[/B]
[B]Warning[/B]: Cannot modify header information - headers already sent by (output started at /var/www/web131/html/blog/wp-login.php:269) in [B]/var/www/web131/html/blog/wp-includes/pluggable.php[/B] on line [B]649[/B]
[B]Warning[/B]: Cannot modify header information - headers already sent by (output started at /var/www/web131/html/blog/wp-login.php:269) in [B]/var/www/web131/html/blog/wp-includes/pluggable.php[/B] on line [B]650[/B]
[B]Warning[/B]: Cannot modify header information - headers already sent by (output started at /var/www/web131/html/blog/wp-login.php:269) in [B]/var/www/web131/html/blog/wp-includes/pluggable.php[/B] on line [B]651[/B]
[B]Warning[/B]: Cannot modify header information - headers already sent by (output started at /var/www/web131/html/blog/wp-login.php:269) in [B]/var/www/web131/html/blog/wp-includes/pluggable.php[/B] on line [B]653[/B]
[B]Warning[/B]: Cannot modify header information - headers already sent by (output started at /var/www/web131/html/blog/wp-login.php:269) in [B]/var/www/web131/html/blog/wp-includes/pluggable.php[/B] on line [B]850[/B]
Alles anzeigen
Ich habe schon versucht, des Fehler mit Hilfe von hier zu beheben, aber es hat nichts geholfen. Der Code in der entsprechenden Zeile sieht so aus:
Code
//Set a cookie now to see if they are supported by the browser.
setcookie(TEST_COOKIE, 'WP Cookie check', 0, COOKIEPATH, COOKIE_DOMAIN);
if ( SITECOOKIEPATH != COOKIEPATH )
setcookie(TEST_COOKIE, 'WP Cookie check', 0, SITECOOKIEPATH, COOKIE_DOMAIN);
Doch es sind keine Leerzeichen und die Kodierung müsste auch richtig sein. Das komische ist auch, dass ich diese Datei nicht verändert habe:confused:
Woran liegt das?