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. :\'(
Enable debug mode and post the real mysql error message...
I couldnt open the admin tools cos it also gives me the same msg
There was an error while processing a database query :\'(
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.
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
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.