coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 install => Topic started by: disher on October 18, 2006, 03:48:54 PM

Title: Fatal error after install
Post by: disher on October 18, 2006, 03:48:54 PM
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
Title: Re: Fatal error after install
Post by: Sami on October 18, 2006, 05:41:11 PM
It's just a guess
Changing table prefix to somthing without number leading (remove 3 from prefix) may help
Title: Re: Fatal error after install
Post by: disher on October 18, 2006, 06:01:40 PM
It worked :O
I deleted all tables and reinstalled with default prefix
Thanks alot :)