Seite 1 von 1

Update auf 3.0.6 und Fehler IM Adminbereich

Verfasst: 11.02.2010 06:13
von AchchazuVega
Hallo erstmal,
ich habe von 3.0.5 auf 3.0.6 geupdatet, lief alles soweit gut bis ich den Install order gelöscht habe. Das Forum funktioniert auch nur sobald ich mich in den Adminbereich einloggen will erscheint das hier:
[phpBB Debug] PHP Notice: in file /includes/utf/utf_tools.php on line 201: mb_strtolower() expects parameter 1 to be string, array given
[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:3493)
[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:3493)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
Dasselbe im Moderationsbereich:
[phpBB Debug] PHP Notice: in file /includes/utf/utf_tools.php on line 201: mb_strtolower() expects parameter 1 to be string, array given
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4183: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4185: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4186: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4187: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
Kennt jemand dazu ne Lösung oder hat dasselbe Problem ?

Re: Update auf 3.0.6 und Fehler IM Adminbereich

Verfasst: 11.02.2010 09:46
von Balint
Hallo,

im französischen phpBB-Board hatte jemand das gleiche Problem und konnte es mit dem ersetzen der Datei includes/functions_admin.php mit der Originalversion aus dem phpBB 3.0.6-Paket lösen. Welche Erweiterungen hast du denn eingebaut? Kannst vielleicht deine includes/functions_admin.php wegsichern und es mit der Originaldatei versuchen?


Viele Grüße,
Bálint

Re: Update auf 3.0.6 und Fehler IM Adminbereich

Verfasst: 11.02.2010 11:28
von AchchazuVega
Also ich habe die Dateien Functions und index ersetzt aber das Problem besteht weiterhin, zumindest mit den Dateien aus dem Originalpacket.

Edit:
Hat sicher erledigt, habe die Datei die du geschrieben hast ersetzt und es funktioniert einwandfrei. Danke für die schnelle Antwort.