coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: YiLi on April 27, 2005, 03:19:08 AM

Title: Help!! Critical error!!
Post by: YiLi on April 27, 2005, 03:19:08 AM
Help~!!
My CPG has "Critical error"...and shows...
"There was an error while processing a database query."

http://yili.no-ip.com/gallery/
I don't really know PHP and mySQL...but I do try to read some solutions...
however, not working at all.... :\'(

PLEASE HELP ME~~~~~~
Thanks
===========================================

While executing query "SELECT aid, category, IF(user_name IS NOT NULL, CONCAT('(', user_name, ') ',title), CONCAT(' - ', title)) AS title FROM cpg132_albums AS a LEFT JOIN cpg132_users AS u ON category = (10000 + user_id) ORDER BY category, title" on 0

mySQL error: Table 'gallery.cpg132_albums' doesn't exist

===========================================



USER:
------------------
Array
(
    [ID] => cf18029dd97944b07bea912a63645d86
    [am] => 1
    [liv] => Array
        (
           
Title: Re: Help!! Critical error!!
Post by: CapriSkye on April 28, 2005, 11:15:26 AM
for some reason his cpg132_albums table got deleted. i created a new albums table and was able to get rid of that error.
but all his albums got wipe out so there's still a problem. all his pictures are still there, just without albums, and click on a picture would show no album for the picture can be found.
if he was to create new albums with the same names as before, i wonder if that would automatically put pictures into those albums....
Title: Re: Help!! Critical error!!
Post by: Nibbler on April 28, 2005, 04:45:58 PM
They would have to have the same `aid` as previously.