Fehler in der index.php

Hier können Probleme und alles andere in Deutscher Sprache gelöst werden.
Post Reply
Flat0r
Regular
Posts: 42
Joined: Mon Apr 02, 2007 4:58 pm
Contact:

Fehler in der index.php

Post 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);
kleinerChemiker
Regular
Posts: 765
Joined: Tue Oct 17, 2006 2:36 pm
Location: Vienna/Austria
Contact:

Post by kleinerChemiker »

kann es sein, daß du das file editiert hast und vor "<?php" eine leere zeile oder leerzeichen stehen hast?
Post Reply