HiHo!
Habe nun das Update dochmal durchgeführt.
6Mods mussten Teilweise neu eingefügt werden!
So weit klappt auch alles bis auf diese Meldung!
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3562: Undefined variable: user_lang
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3595: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2955)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3597: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2955)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3598: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2955)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3599: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2955)
die folgende Zeile ist es
Es fehlte nach dem Automatischen Update folgender Code in der functions.php
Code: Alles auswählen
// Send a proper content-language to the output
$user_lang = $user->lang['USER_LANG'];
if (strpos($user_lang, '-x-') !== false)
{
$user_lang = substr($user_lang, 0, strpos($user_lang, '-x-'));
}
Nu meine Frage, wieso hat er den Code bei einem Automatischen Update nicht mit übernommen oder kopiert?
Diesmal ist es definitiv kein Mod Problem und denoch hat es nicht wirklich geklappt!