ich habe ein Orion-Board (2.0.22) auf die neuestes RC-Version konvertiert.
Es verlief auch alles ohne Probleme.
Nur beim Anzeigen eines Forums wird oben ordentlich Quellcode ausgegeben, gefolgt von folgenden Fehlermeldungen:
viewforum.php - Zeile 105:[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4209: Cannot modify header information - headers already sent by (output started at /viewforum.php:105)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4211: Cannot modify header information - headers already sent by (output started at /viewforum.php:105)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4212: Cannot modify header information - headers already sent by (output started at /viewforum.php:105)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4213: Cannot modify header information - headers already sent by (output started at /viewforum.php:105)
Code: Alles auswählen
$u_mcp_queue = ($topic_unapproved || $posts_unapproved) ? append_sid("{$phpbb_root_path}mcp.$phpEx", 'i=queue&mode=' . (($topic_unapproved) ? 'approve_details' : 'unapproved_posts') . "&t=$topic_id", true, $user->session_id) : '';
Gruß
Ivan