coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: terrorhawk on December 09, 2003, 09:57:34 PM

Title: ERROR when open album list
Post by: terrorhawk on December 09, 2003, 09:57:34 PM
This error happend when my SQL server crashed. i dont have a backup of my sql tables (forgot stupid me)

but this is the error
http://217.121.7.73:888/cgi-bin/cpg/index.php

While executing query "SELECT aid, count(pid) as pic_count, max(pid) as last_pid, max(ctime) as last_upload FROM cpg11d_pictures WHERE aid IN (1, 2, 3, 4, 5, 6, 7) AND approved = 'YES' GROUP BY aid" on 0

mySQL error: Fout 127 van tabel handler


Debug info :
USER:
Array
(
    [ID] => 2dc157951b7b9deed2d3d51e7c2fd5dc
    [am] => 1
    [liv] => Array
        (
           
Title: ERROR when open album list
Post by: Joachim Müller on December 09, 2003, 11:50:34 PM
try fixing your database with mySQL's built-in repair tools: have a look at http://www.mysql.com/doc/en/Repair.html and http://www.mysql.com/doc/en/REPAIR_TABLE.html

GauGau