[Solved]: There was an error while processing a database query !!! [Solved]: There was an error while processing a database query !!!
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[Solved]: There was an error while processing a database query !!!

Started by ultraboon, July 28, 2004, 07:33:25 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ultraboon

Hi there,

Could any one tell me what is that problem mean and how to fix it please.

Joachim Müller

it means that an error occurred ;). As long as you don't post more details (when did the error happen, on what page, link etc.) there's little we could do to help. You're recommended to enable debug_mode in coppermine config to see what query actually failed.

GauGau

P.S. Searching the board for "There was an error while processing a database query" would have shown similar answers, thank your for searching next time before posting.

ultraboon

Quote from: ultraboon on July 29, 2004, 12:34:38 AM
Thanks for reply
below is my error

While executing query "SELECT aid, CONCAT('(', user_name, ') ', title) AS title FROM cpg11d_albums AS a INNER JOIN cpg11d_users AS u ON category = (10000 + user_id) ORDER BY title" on 0

mySQL error: Got error 28 from table handler


File: /home2/cgguru/public_html/gallery/include/functions.inc.php - Line: 105

USER:
Array
(
   [ID] => 6dd41a68a86f69a89101009a391b9270
   [am] => 1
   [liv] => Array
       (
           
  • => 1827
               [1] => 1461
               [2] => 1422
               [3] => 1612
               [4] => 1610
           )

       [uid] => 8
    )


    GET :
    Array
    (
       [startdir] => userpics/vball/July2004
    )


    POST :
    Array
    (
    )




    please help.


ultraboon