coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: memo90061 on September 15, 2007, 12:12:49 AM

Title: help! fatal error!
Post by: memo90061 on September 15, 2007, 12:12:49 AM
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! :(
Title: Re: help! fatal error!
Post by: Nibbler on September 15, 2007, 12:19:08 AM
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';
Title: Re: help! fatal error!
Post by: memo90061 on September 15, 2007, 12:26:39 AM
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! :)