Keine Erweitere Statistik
- Marc
- Administrator
- Posts: 620
- Joined: Tue 2. Sep 2008, 22:48
- phpbb.com: Marc
- Location: Munich
- Contact:
Re: Keine Erweitere Statistik
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.
- Marc
- Administrator
- Posts: 620
- Joined: Tue 2. Sep 2008, 22:48
- phpbb.com: Marc
- Location: Munich
- Contact:
Re: Keine Erweitere Statistik
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
}