[Solved]: Fatal error [Solved]: 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

[Solved]: Fatal error

Started by drawblindfaith, April 07, 2008, 01:07:14 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

drawblindfaith

My gallery was working just fine and yesterday I noticed I wasn'r able to see it anymore

it says : "Fatal error:" but it doesn't even mark the error :|

anyone know which could be the problem????

here's the link: http://gallery.totally-clubbers.org/index/


drawblindfaith

here's what I got:

do you know how I ca solve it... I'm clueless

drawblindfaith

Quote from: drawblindfaith on April 07, 2008, 01:26:39 AM
here's what I got:

do you know how I ca solve it... I'm clueless


sorry I forgot to paste it :s

While executing query "delete from `sclub8_copp1`.cpg_sessions where time<1207520716 and remember=0;" on Resource id #6

mySQL error: Table './sclub8_copp1/cpg_sessions' is marked as crashed and should be repaired

Nibbler

Repair the table using phpmyadmin

REPAIR TABLE `sclub8_copp1`.cpg_sessions

http://forum.coppermine-gallery.net/index.php/topic,10409.0.html

drawblindfaith

I'm sorry for being such a trouble... I read the thread twice but I couldn't find how I can repair the table :(
the fact that english is not my 1st lenguaje isn't helping much either

any help?

drawblindfaith

Quote from: drawblindfaith on April 07, 2008, 02:45:19 AM
I'm sorry for being such a trouble... I read the thread twice but I couldn't find how I can repair the table :(
the fact that english is not my 1st lenguaje isn't helping much either

any help?

forget it I managed to fix it by myself thanks for the help

oren99

hi,
can you tell me how you fixed it because i have the same problem and "repair" doesnt help.

thanks.

Nibbler

If repairing doesn't work then drop the table (not the database) and run update.php.

drawblindfaith

Quote from: oren99 on April 08, 2008, 11:28:22 AM
hi,
can you tell me how you fixed it because i have the same problem and "repair" doesnt help.

thanks.

just write on the sql section of your table
REPAIR TABLE tbl_name

and it should repair :)