ich programmiere derzeit an einer Anpassung des NV_Newspage Mods von Nickvergessen, da dieser Mod beim Teasererstellen gern mal BB-Code zersägt, das versuche ich zu beheben. Leider fehlt mir etwas Erfahrung so bin ich auf folgendes gestoßen und hoffe das mir hier jemand helfen kann, da Tante Google mir leider nichts helfendes liefern konnte.
Wenn ich die Datei Newspage.php mit Ansi Kodierung speichere und Hochlade erhalte ich den Fehler von HTML Tidy, dass das Dokument ungültige Zeichen enthält und daher nicht als UTF-8 angezeigt werden kann, wenn ich es aber als UTF-8 speichere und hochlade erhalte ich folgende phpBB-Fehlermeldungen:
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1007: Cannot modify header information - headers already sent by (output started at /newspage.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1007: Cannot modify header information - headers already sent by (output started at /newspage.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1007: Cannot modify header information - headers already sent by (output started at /newspage.php:1)
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/v150243/phpBB3/newspage.php:1) in /www/htdocs/v150243/phpBB3/includes/functions.php on line 4303
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/v150243/phpBB3/newspage.php:1) in /www/htdocs/v150243/phpBB3/includes/functions.php on line 4305
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/v150243/phpBB3/newspage.php:1) in /www/htdocs/v150243/phpBB3/includes/functions.php on line 4306
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/v150243/phpBB3/newspage.php:1) in /www/htdocs/v150243/phpBB3/includes/functions.php on line 4307
Code: Alles auswählen
Headers already sent in /www/htdocs/v150243/phpBB3/newspage.php on line 1. Cannot send log data to FirePHP. You must have Output Buffering enabled via ob_start() or output_buffering ini directive.
Der Grund warum ich vermute, dass es am Zeichensatz liegt ist, das ich beim Parsen von Forenbeiträgen ganz seltsame BB-Codes habe z.B.
Code: Alles auswählen
[/u:1e1i55ez][/b:1e1i55ez]
Danke fürs Lesen
Gruß Gast0815