@Anarchy
in statistic/sides/forum.php found
PHP Code:
$pm_speicher_groesse = $DB_site->query("
SHOW TABLE STATUS
FROM $dbname
LIKE '" . TABLE_PREFIX . "pm'
");
replace ist with
PHP Code:
$pm_speicher_groesse = $DB_site->query("
SHOW TABLE STATUS
FROM $dbname
LIKE 'pm'
");
This will fix this error (i hope)
(toontowncentral_com_
-_database is not a good database name. This
"-" is a the sign for subtraction. Better is to use this
"_".)
Greets
PcFreak