Fatal error after install Fatal error after install
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Fatal error after install

Started by disher, October 18, 2006, 03:48:54 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

disher

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

Sami

It's just a guess
Changing table prefix to somthing without number leading (remove 3 from prefix) may help
‍I don't answer to PM with support question
Please post your issue to related board

disher

It worked :O
I deleted all tables and reinstalled with default prefix
Thanks alot :)