help! fatal error! help! fatal error!
 

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

help! fatal error!

Started by memo90061, September 15, 2007, 12:12:49 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

memo90061

i dont know nothing about databases or anything! :( i installed the gallery on my website with no trouble. i was in the databases page of my website and i clicked to check the gallery database and on cpg148_sessions it says warning so i clicked repair and it didnt repair it and now my gallery isnt working.. i go to my gallery and it says fatal error! :( what do i do? i need help! :(

Nibbler

Go to the SQL tab or whatever you have and enter this:


DROP TABLE cpg148_sessions;
CREATE TABLE cpg148_sessions (
  session_id varchar(40) NOT NULL default '',
  user_id int(11) default '0',
  time int(11) default NULL,
  remember int(1) default '0',
  PRIMARY KEY (session_id)
) TYPE=MyISAM COMMENT='Used to store sessions';

memo90061

omg :O

that was fast and it fixed it!!

thank you SOOOOOOOOOOOOOOO MUCH!! im a noob and dont know about this.. haha thank you so much again! :)