- Code: Select all
[phpBB Debug] PHP Notice: in file /gallery/includes/common.php on line 50: Undefined variable: auth
gallery/includes/phpbb_integration.php
find/finde:
- Code: Select all
global $album_data, $config, $cache, $db, $template, $user;
replace with/ersetze mit:
- Code: Select all
// Some of the globals may not be used here, but in the included files
global $auth, $album_data, $config, $cache, $db, $template, $user;
[Also affects 1.0.4 if downloaded before 07.12.2009 17:00 UTC+1
Betrifft auch 1.0.4 wenn es vor 07.12.2009 17:00 UTC+1 (Deutsche Ortszeit) heruntergeladen wurde]

