Seite 1 von 1

Fehler bei adv_phpbb3_mod_rewrite Installation

Verfasst: 08.04.2009 12:20
von PhoenixDH
Ich habe soeben den adv_phpbb3_mod_rewrite MOD installiert.

Jetzt will ich die Installation aufrufen dann kommt folgendes:

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /adm/index.php on line 151: Cannot modify header information - headers already sent by (output started at /language/de/acp/common.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /language/de/acp/common.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /language/de/acp/common.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 155: Cannot modify header information - headers already sent by (output started at /language/de/acp/common.php:1)
Ich habe mittlerweile herausgefunden das es an folgender Datei liegt:
language/de/acp/common.php

DIe Datei st bei mir als UTF-8 gespeichert.

Baue ich die Änderungen ein, dann geht das ACP nicht mehr.
SPeichere ich die Datei als ANSI, funktioniert alles, aber die Sonderzeichen werden halt nicht korrekt angezeigt.

Gibt es da ne Lösung?

Dank euch!

Re: Fehler bei adv_phpbb3_mod_rewrite Installation

Verfasst: 08.04.2009 12:27
von coolsoft
utf8 ohne BOM !
oder stell den editor so ein, daß er die Datei im Eingabeformat abspeichert.
Und fang nochmal mit ner originalen an - wenn die einmal verbogen ist, gibts meist kein Zurück.

Re: Fehler bei adv_phpbb3_mod_rewrite Installation

Verfasst: 08.04.2009 12:52
von PhoenixDH
Habs irgendwie hinbekommen, danke!

Sollte doch weg vom Notepad!