Bekannte Probleme in phpBB 3.0.3
Verfasst: 20.11.2008 19:50
Problem / Fehlermeldung
Im Administrations-Bereich tritt folgender oder ähnlicher Fehler auf.
Öffne /includes/functions_admin.php und suche (~Zeile 2402)
Ersetze mit
Quelle
Im Administrations-Bereich tritt folgender oder ähnlicher Fehler auf.
Lösung[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 /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3153)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3153)
Öffne /includes/functions_admin.php und suche (~Zeile 2402)
Code: Alles auswählen
if (substr_count($log[$i]['action'], '%') - sizeof($log_data_ary))
Code: Alles auswählen
if ((substr_count($log[$i]['action'], '%') - sizeof($log_data_ary)) > 0)