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/
http://coppermine-gallery.net/tutorial/debug_mode.php
here's what I got:
do you know how I ca solve it... I'm clueless
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
Repair the table using phpmyadmin
REPAIR TABLE `sclub8_copp1`.cpg_sessions
http://forum.coppermine-gallery.net/index.php/topic,10409.0.html
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?
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
hi,
can you tell me how you fixed it because i have the same problem and "repair" doesnt help.
thanks.
If repairing doesn't work then drop the table (not the database) and run update.php.
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 :)