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)
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');Wäre toll wenn mir einer Helfen könnte.
mfg sedy