Seite 1 von 1

Update auf Version 3.0.3 => Errors im Moderationsbereich

Verfasst: 07.12.2008 21:58
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:

Verfasst: 07.12.2008 22:14
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...

Re: Update auf Version 3.0.3 => Errors im Moderationsbere

Verfasst: 07.12.2008 22:51
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.

Verfasst: 08.12.2008 13:44
von Johanner
Danke, alles hat geklappt! :grin: