Hi I got a Fatal Error message after I installed my CPG and I searched the forum and did a debug mode and this is what I get:
QuoteWhile executing query "delete from `3dfactory_dk`.3dfactory_sessions where time<1161174503 and remember=0;" on Resource id #6
mySQL error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '.3dfactory_sessions where time<1161174503 and remember=0' at li
I tried to use the "REPAIR TABLE 3dfactory_sessions" sql query in phpMyAdmin as stated in a sticky but it doesnt help anything, still the same error and debug message.
Any ideas? Is it a problem with my host?
Thanks in advance
It's just a guess
Changing table prefix to somthing without number leading (remove 3 from prefix) may help
It worked :O
I deleted all tables and reinstalled with default prefix
Thanks alot :)