Fehlermeldung
Verfasst: 20.08.2009 21:07
Hallo,
ich wollte heute das Mod Accept terms installieren, das hat auch geklappt, nur als ich danach ins Forum schaute, beham ich oben diese Meldung angezeigt:
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3826: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3828: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3829: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3830: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
Auch nach löschen der vorher kopierten Zeilen verschwand diese Meldung nicht.
Was mache ich falsch, oder muss ich machen um diese Fehlermeldung loszuwerden?
Vieleicht hilft es ja wenn ich die Zeilen aus functions.php. kopiere:
Zeile 3826-3830:
header('Content-type: text/html; charset=UTF-8');
header('Cache-Control: private, no-cache="set-cookie"');
header('Expires: 0');
header('Pragma: no-cache');
Danke schon im Voraus für Antworten
Fabse123
ich wollte heute das Mod Accept terms installieren, das hat auch geklappt, nur als ich danach ins Forum schaute, beham ich oben diese Meldung angezeigt:
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3826: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3828: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3829: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3830: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
Auch nach löschen der vorher kopierten Zeilen verschwand diese Meldung nicht.



Was mache ich falsch, oder muss ich machen um diese Fehlermeldung loszuwerden?
Vieleicht hilft es ja wenn ich die Zeilen aus functions.php. kopiere:
Zeile 3826-3830:
header('Content-type: text/html; charset=UTF-8');
header('Cache-Control: private, no-cache="set-cookie"');
header('Expires: 0');
header('Pragma: no-cache');
Danke schon im Voraus für Antworten
Fabse123