Update auf Version 3.0.3 => Errors im Moderationsbereich

phpBB 3.0 hat sein "End of Life" erreicht. Eine Neu-Installation wird nicht mehr unterstützt.
Gesperrt
Johanner
Mitglied
Beiträge: 57
Registriert: 23.05.2007 12:50
Kontaktdaten:

Update auf Version 3.0.3 => Errors im Moderationsbereich

Beitrag von Johanner »

Hallo,

ich habe auf Version 3.0.3 aktualisiert und gerade kam eine PM von einem Moderator, es gäbe Fehler im Moderationsbereich, auf der Übersichtsseite. Nach dem Nachsehen, habe ich bemerkt, dass folgende Fehler ausgegeben werden (obwohl deaktiviertes Debug):
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2405: array_fill() [function.array-fill]: Number of elements must be positive
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2405: array_merge() [function.array-merge]: Argument #2 is not an array
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2408: vsprintf() [function.vsprintf]: Too few arguments
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3729: 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 3731: 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 3732: 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 3733: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3153)
Außerdem ist der Text in übergröße formatiert (schätzungsweise 26px oder so).
Kann mir wer helfen? Ich betreibe einen Server, auf dem das Forum läuft.

Vielen Danke im Vorraus!

PS: Im ACP wird "{ WRITABLE_CONFIG }" auf der Startseite angezeigt. Hat jemand nen Plan, was das soll, kann er's mir auch gleich sagen :lol:
piero
Mitglied
Beiträge: 476
Registriert: 10.11.2008 17:15
Wohnort: Schweiz

Beitrag von piero »

guckst du hier: http://www.phpbb.de/viewtopic.php?t=180913 ^^

wegen { WRITABLE_CONFIG }: an welcher stelle steht das? finde keine sprachvariable die so heisst...
Benutzeravatar
Miriam
Mitglied
Beiträge: 12310
Registriert: 13.10.2004 07:18
Kontaktdaten:

Re: Update auf Version 3.0.3 => Errors im Moderationsbere

Beitrag von Miriam »

Johanner hat geschrieben:PS: Im ACP wird "{ WRITABLE_CONFIG }" auf der Startseite angezeigt. Hat jemand nen Plan, was das soll, kann er's mir auch gleich sagen
Naja, die deutsche Version der Dateien musst Du schon auch benutzen, wenn Dein Forum (auch) in Deutsch ist.

in den common.php der deutschen Sprachdateien fehlt bei Dir:

Code: Alles auswählen

	'WRITABLE_CONFIG'		=> 'Deine Konfigurations-Datei (config.php) ist derzeit von jedermann beschreibbar. Es wird dringend empfohlen, die Berechtigungen auf 640 oder zumindest auf 644 (z. B.: <a href="http://de.wikipedia.org/wiki/Chmod" rel="external">chmod</a> 640 config.php) zu setzen.',
));
Wahlweise in Sie oder Du Version.
Gruss, Miriam.
Ich schmeiß' alles hin und...
... lasse es liegen
Johanner
Mitglied
Beiträge: 57
Registriert: 23.05.2007 12:50
Kontaktdaten:

Beitrag von Johanner »

Danke, alles hat geklappt! :grin:
Gesperrt

Zurück zu „[3.0.x] Installation, Update und Konvertierung“