hi,
this piece of php code is causing the error i get
PHP Code:
$pm_speicher_groesse = $DB_site->query("
SHOW TABLE STATUS
FROM $dbname
LIKE '" . TABLE_PREFIX . "pm'
");
but that query seems correct to me ?????? and i can't find anything in the MySQL manual about this just a "syntax" example on my old host this worked fine now it refuses to work on my new host ... i dropped my old host because they forced people to go dedicated if you want crontab support :devious:
if i comment that code out it works fine