Page 1 of 1
Re: Keine Erweitere Statistik
Posted: Sat 10. Sep 2011, 21:56
by Marc
Hast du evtl. erst vor kurzem auf phpBB 3.0.9 aktualisiert?
Re: Keine Erweitere Statistik
Posted: Sun 11. Sep 2011, 11:49
by Marc
Welche MODs hast du denn installiert? Eventuelle bindet ein MOD die Datei includes/functions_admin.php ein ohne vorher zu prüfen ob sie bereits eingebunden ist.
Re: Keine Erweitere Statistik
Posted: Sat 17. Sep 2011, 08:42
by Marc
Code: Select all
//get and display advanced statistics
if(!function_exists('recalc_nested_sets'))
{
include ("{$phpbb_root_path}includes/functions_admin.$phpEx"); //for database size
}
Das ist in der Datei für die erweiterten Foren-Statistiken, also von mir kann der Fehler nicht verursacht werden. Ich schätze irgendein MOD von dir prüft nicht mit "function_exists()" ob die Datei schon eingebunden wurde. Viel suchen kann ich da leider auch nicht.