forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: drawblindfaith on April 07, 2008, 01:07:14 am

Title: [Solved]: Fatal error
Post by: drawblindfaith on April 07, 2008, 01:07:14 am
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/
Title: Re: Fatal error
Post by: Nibbler on April 07, 2008, 01:16:40 am
http://coppermine-gallery.net/tutorial/debug_mode.php
Title: Re: Fatal error
Post by: 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
Title: Re: Fatal error
Post by: drawblindfaith on April 07, 2008, 01:27:54 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
Title: Re: Fatal error
Post by: Nibbler on April 07, 2008, 01:45:56 am
Repair the table using phpmyadmin

Code: [Select]
REPAIR TABLE `sclub8_copp1`.cpg_sessions
http://forum.coppermine-gallery.net/index.php/topic,10409.0.html
Title: Re: Fatal error
Post by: 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?
Title: Re: Fatal error
Post by: drawblindfaith on April 07, 2008, 02:51:50 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
Title: Re: [Solved]: Fatal error
Post by: 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.
Title: Re: [Solved]: Fatal error
Post by: Nibbler on April 08, 2008, 12:03:50 pm
If repairing doesn't work then drop the table (not the database) and run update.php.
Title: Re: [Solved]: Fatal error
Post by: drawblindfaith on April 29, 2008, 05:31:32 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 :)