Page 1 of 1

Fehler in der index.php

Posted: Sat Jan 19, 2008 7:23 pm
by Flat0r
Hallo.
Bekomme seit heute diesen Fehler wenn ich meinen Blog aufrufe.
Habe aber nichts am Blog verändert :(
Warning: Cannot modify header information - headers already sent by (output started at /mounted-storage/home54a/sub005/sc35526-RRVE/insane-blog.info/index.php:1) in /mounted-storage/home54a/sub005/sc35526-RRVE/insane-blog.info/index.php on line 20

Warning: Cannot modify header information - headers already sent by (output started at /mounted-storage/home54a/sub005/sc35526-RRVE/insane-blog.info/index.php:1) in /mounted-storage/home54a/sub005/sc35526-RRVE/insane-blog.info/include/funct
ions_config.inc.php on line 584

Warning: Cannot modify header information - headers already sent by (output started at /mounted-storage/home54a/sub005/sc35526-RRVE/insane-blog.info/index.php:1) in /mounted-storage/home54a/sub005/sc35526-RRVE/insane-blog.info/include/funct
ions_config.inc.php on line 584

Warning: Cannot modify header information - headers already sent by (output started at /mounted-storage/home54a/sub005/sc35526-RRVE/insane-blog.info/index.php:1) in /mounted-storage/home54a/sub005/sc35526-RRVE/insane-blog.info/index.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /mounted-storage/home54a/sub005/sc35526-RRVE/insane-blog.info/index.php:1) in /mounted-storage/home54a/sub005/sc35526-RRVE/insane-blog.info/index.php on line 27

Die Zeilen sehen wie folgt aus ->
Zeile 20:
header('HTTP/1.0 200');

Zeile 24:
header('Content-Type: text/html; charset='. LANG_CHARSET);

Zeile 27:
header('X-Blog: Serendipity'); // Used for installer detection


Zeile 567:
setcookie("serendipity[$name]", $value, time()+60*60*24*30, $serendipity['serendipityHTTPPath'], $_SERVER['HTTP_HOST'], $secure);

Posted: Sat Jan 19, 2008 11:10 pm
by kleinerChemiker
kann es sein, daß du das file editiert hast und vor "<?php" eine leere zeile oder leerzeichen stehen hast?