critical error =( critical error =(
 

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

critical error =(

Started by anghel, December 13, 2004, 05:46:33 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

anghel

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. :\'(

Nibbler

Enable debug mode and post the real mysql error message...

anghel

I couldnt open the admin tools cos it also gives me the same msg

There was an error while processing a database query    :\'(

kegobeer

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.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

anghel

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

kegobeer

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.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots