Seite 1 von 1

Debug =x

Verfasst: 24.12.2009 00:17
von sedy
Huhu,
So hab für mein Forum eine neue Seite erstellt ( http://wiki.phpbb.com/Deutsch:Vorlage_f ... ene_Seiten nach dieser Vorlage ).
So nur jetzt erscheint auf der Seite "neueseite.php" -----> dieser Debug über dem Header
  • [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3824: Cannot modify header information - headers already sent by (output started at /neueseite.php:9)
    [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3825: Cannot modify header information - headers already sent by (output started at /neueseite.php:9)
    [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3826: Cannot modify header information - headers already sent by (output started at /neueseite.php:9)
    [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3827: Cannot modify header information - headers already sent by (output started at /neueseite.php:9)
Das ist der Code aus "functions.php" 3824-3827

Code: Alles auswählen

header('Content-type: text/html; charset=UTF-8');
	header('Cache-Control: private, no-cache="set-cookie"');
	header('Expires: 0');
	header('Pragma: no-cache');
Ich denke mal das das hier etwas nicht stimmt :roll:
Wäre toll wenn mir einer Helfen könnte.
mfg sedy

Re: Debug =x

Verfasst: 24.12.2009 00:18
von SCWfan06
Hallo,
schon unendliche Male diskussiert
KB:headers_already_sent

Re: Debug =x

Verfasst: 24.12.2009 00:41
von sedy
Danke :D