Quote:
Originally Posted by Onkel_Tom
Sorry, it's not the PHP version !
We need the MySQL Version
I've never tried to name a database with "-", mine are always with "_" in the name and it works.
Do you use also table prefixes for your tables ?
You can try this:
find in statistik.php:
and replace it with:
Code:
LIKE " . TABLE_PREFIX . "'pm'
|
MySQL on my test home server is the latest, and on my site server it's 4.0.16.
It still said the same after I altered the part you said to, but I removed the "FROM $dbname" bit from the query and now it works and gives the size for the PM table.
Is that part un-needed or will I run into problems having removed it at some point?
Thanks for your help Onkel_Tom