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! :(
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';
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! :)