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

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