in dem moment wenn ich dort eintrage
dann erscheint beim aufruf des Forums//User Map Mod Lang insert
$lang = array_merge($lang, array(
'USER_MAP' => 'Mitgliederkarte',
));
das sind die betroffenen Zeilen in der functinos.phpZitat:
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3394: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3396: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3397: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3398: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
und ich komme nicht an die usermap ran, nur ein Bluescreen ist zu sehen.Zitat:
3394 header('Content-type: text/html; charset=UTF-8');
3396 header('Cache-Control: private, no-cache="set-cookie"');
3397 header('Expires: 0');
3398 header('Pragma: no-cache');
Auf der Startseite steht dann oben Mitgliederkarte wie gewünscht aber fehlermeldungen und eben keine Karte.
bau ich die common.php im de ordner wieder zurück, keine Fehlermeldung und ich kann auf die Usermap zugreifen.
Lediglich bei Startseitenaufruf eben das oben {user map} steht statt Mitgliederkarte und das besagte icon fehlt obwohl es im richtigen Ordner steht und auch der mod richtig eingtragen ist.
??? was tun......