
Vorgeschichte: Ich betreue eine Vereinsseite und die hat ein Forum. In mein altes Forum hatte ich viel Zeit und Energie gesteckt, etliche Modifikationen eingebaut, aber genug davon. Mir stehen zwei Datenbanken zu Verfügung.
Aufgrund von gewissen Umständen, die hier uninteressant sind, installierte ich 3.0 RC 7 in die zweite, bisher ungenutzte Datenbank. Der Forumsinhalt wurde aus der ersten in die zweite DB konvertiert. Alles kein Problem, es lief bzw. läuft.
Nun wollte ich "meine Leute" wieder mit den gewohnten MODs erfreuen, u.a. GENDER MOD, WER WAR HIER (von nickvergessen) und einigen anderen. Aber jetzt kommt es zu meinem großem Fragezeichen.
Nach allen Änderungen "spinnt" das Forum. Die Startseite zeigt vor dem eigentlichen Header folgendes:
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3371: Cannot modify header information - headers already sent by (output started at /index.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3373: Cannot modify header information - headers already sent by (output started at /index.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3374: Cannot modify header information - headers already sent by (output started at /index.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3375: Cannot modify header information - headers already sent by (output started at /index.php:1)
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /includes/session.php on line 885: Cannot modify header information - headers already sent by (output started at /includes/constants.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 885: Cannot modify header information - headers already sent by (output started at /includes/constants.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 885: Cannot modify header information - headers already sent by (output started at /includes/constants.php:1)
Warning: Cannot modify header information - headers already sent by (output started at /WWWROOT/76156/htdocs/forum/includes/constants.php:1) in /WWWROOT/76156/htdocs/forum/includes/functions.php on line 3371
Warning: Cannot modify header information - headers already sent by (output started at /WWWROOT/76156/htdocs/forum/includes/constants.php:1) in /WWWROOT/76156/htdocs/forum/includes/functions.php on line 3373
Warning: Cannot modify header information - headers already sent by (output started at /WWWROOT/76156/htdocs/forum/includes/constants.php:1) in /WWWROOT/76156/htdocs/forum/includes/functions.php on line 3374
Warning: Cannot modify header information - headers already sent by (output started at /WWWROOT/76156/htdocs/forum/includes/constants.php:1) in /WWWROOT/76156/htdocs/forum/includes/functions.php on line 3375
Was mache ich falsch??? Bin der Verzweiflung nahe!