help! fatal error! help! fatal error!
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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! :)