ERROR when open album list ERROR when open album list
 

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

ERROR when open album list

Started by terrorhawk, December 09, 2003, 09:57:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

terrorhawk

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
        (
           
  • => 494
  • [1] => 493
                [2] => 492
                [3] => 174
                [4] => 165
            )

        [name] => Lord Terrorhawk
    )

     
    GET :
    Array
    (
    )

     
    POST :
    Array
    (
    )

     
    PLAESE HELP ME FIX IT couse i dont want to readd 700+ pics

Joachim Müller

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