help! fatal error! help! fatal error!
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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