coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: anghel on December 13, 2004, 05:46:33 PM

Title: critical error =(
Post by: anghel on December 13, 2004, 05:46:33 PM
I was trying to edit the properties of an album and it gves me this msg

There was an error while processing a database query

Then I tried batch add files and got the same message.

Then I just thought of uploading the files one by one and it gives me this msg.
0 uploads were successful


PLEASE HELP! I need to upload pictures for 3 of my albums. :\'(
Title: Re: critical error =(
Post by: Nibbler on December 13, 2004, 05:56:05 PM
Enable debug mode and post the real mysql error message...
Title: Re: critical error =(
Post by: anghel on December 13, 2004, 06:45:48 PM
I couldnt open the admin tools cos it also gives me the same msg

There was an error while processing a database query    :\'(
Title: Re: critical error =(
Post by: kegobeer on December 14, 2004, 02:44:08 AM
Use a MySQL tool like phpMyAdmin to change debug_mode from 0 to 1 in your config table.  You should also post a link to your site.
Title: Re: critical error =(
Post by: anghel on December 14, 2004, 04:12:09 AM
I get this message

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

mySQL error: Got error 28 from table handler


I get that msg for my 4 albums...

here is 1 of my album
http://anghel.biz/eyecandy
Title: Re: critical error =(
Post by: kegobeer on December 14, 2004, 04:21:11 AM
That's not a Coppermine error, it's a MySQL error.  A Google search for your error (Got error 28 from table handler) revealed this link:  http://wordpress.org/support/3/840.