Seite 2 von 2

Verfasst: 25.01.2008 20:21
von Divebaer
so hab den Fehler meines erachtens eingegrenzt auf die Common.php in der de Version.

in dem moment wenn ich dort eintrage
//User Map Mod Lang insert
$lang = array_merge($lang, array(
'USER_MAP' => 'Mitgliederkarte',
));
dann erscheint beim aufruf des Forums
Zitat:
[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)
das sind die betroffenen Zeilen in der functinos.php
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');
und ich komme nicht an die usermap ran, nur ein Bluescreen ist zu sehen.
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......

Verfasst: 25.01.2008 21:25
von zx9r-treiber
Sag mal, welchen Editor benutzt du um die Datei zu ändern?

Der scheind das UTF-8 Format nicht zu kennen.

Du solltest nur! einen Editor benutzen der dieses Format auch unterstütze.
Alle Dateien müssen mit UTF-8 (ohne BOM) gespeichert werden.
Ich empfehle dir den "Notepad++" Suche über google und du findest genügend Seiten wo du das "Kostenlos Programm" Downloaden kannst.

Das dir {user map} statt "Mitgliederkarte" gezeigt wird und das Icon fehlt besagt das du die Dateien nicht richtig geändert oder nicht hoch geladen oder nach dem ändern falsch gespeichert hast.


Lies auch bitte mal diesen Beitrag in Ruhe durch ..... deine Fehlermeldungen werden dort gründlich behandelt da sie alle schon vor gekommen sind. (auch vom mir gemachte Fehler seinerzeit) :oops:

http://www.phpbb.de/viewtopic.php?p=917991#917991

Verfasst: 25.01.2008 22:50
von Divebaer
ich habe als Edito den Dreamweaver MX 2004 verwendet

ich werd mir jetzt erstmal den Thread zu gemüte führen.

Danke mal vorab

Verfasst: 25.01.2008 23:20
von Divebaer
Danke für den Tip,

scheint tatsächlich an meinen Edito zu liegen.

Also erstmal wieder alles in den ursprungszustand und dann neu einbauen.

Ich hoffe mal das dann alles funzt. :oops:

Verfasst: 08.12.2008 06:55
von euramanni
Moin,
habe wieder ein Problem.
Wenn ich im Persönliche Bereich die Phoogle Map einstellen will kommt folgender Fehler.
[phpBB Debug] PHP Notice: in file /includes/message_parser.php on line 1311: preg_match_all() [function.preg-match-all]: Compilation failed: regular expression is too large at offset 27756
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3763: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3153)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3765: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3153)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3766: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3153)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3767: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3153)
Nach dem ausfüllen, und absenden kommt
[phpBB Debug] PHP Notice: in file /includes/message_parser.php on line 1311: preg_match_all() [function.preg-match-all]: Compilation failed: regular expression is too large at offset 27756

Warning: Cannot modify header information - headers already sent by (output started at /homepages/1/d157884563/htdocs/forummfa/includes/functions.php:3153) in /homepages/1/d157884563/htdocs/forummfa/includes/functions.php on line 3763

Warning: Cannot modify header information - headers already sent by (output started at /homepages/1/d157884563/htdocs/forummfa/includes/functions.php:3153) in /homepages/1/d157884563/htdocs/forummfa/includes/functions.php on line 3765

Warning: Cannot modify header information - headers already sent by (output started at /homepages/1/d157884563/htdocs/forummfa/includes/functions.php:3153) in /homepages/1/d157884563/htdocs/forummfa/includes/functions.php on line 3766

Warning: Cannot modify header information - headers already sent by (output started at /homepages/1/d157884563/htdocs/forummfa/includes/functions.php:3153) in /homepages/1/d157884563/htdocs/forummfa/includes/functions.php on line 3767
Hat hier jemand eine Lösung???

Verfasst: 11.12.2008 18:32
von euramanni
Hi,
niemand ein Tipp wo ich da suchen muß, oder was ist das für ein Fehler.