- Code: Select all
Fatal error: Call to a member function add_lang() on a non-object in /is/htdocs/wp1121944_FR9CFXW6W0/www/phpbb3/includes/functions_display.php on line 853
open: includes/functions_display.php
find:
- Code: Select all
$user->add_lang('mods/info_acp_gallery');
before add:
- Code: Select all
global $user;
You get that error, because you are using 3.0.4 and not 3.0.5.
Before updating your phpBB, you should remove this work around!
Du erhälst den Fehler, weil du 3.0.4 und nicht 3.0.5 benutzt.
Bevor du dein phpBB aktualisierst, solltest du diesen Workaround wieder entfernen!

