help help
 

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

help

Started by feierreise, October 21, 2004, 03:42:46 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

feierreise

on my site http://www.feierreisen.de/galerie/ stand only this :


There was an error while processing a database query

what can i do?

Joachim Müller

enable debug mode to see what query actually fails. To do this, go to coppermine config and enable debug mode (at the very bottom of the screen). If you can't go into config (because you can't log in as admin), you'll need to apply this setting directly in your database (using a tool like phpMyAdmin) - go to coppermine's config table and set "debug_mode" to "1".


Joachim

feierreisen

Quote from: GauGau on October 22, 2004, 08:06:12 AM
enable debug mode to see what query actually fails. To do this, go to coppermine config and enable debug mode (at the very bottom of the screen). If you can't go into config (because you can't log in as admin), you'll need to apply this setting directly in your database (using a tool like phpMyAdmin) - go to coppermine's config table and set "debug_mode" to "1".


Joachim


what must i just do ???

das ist die fehlermeldung:
While executing query "SELECT count(*) FROM cpg11d_pictures, cpg11d_albums WHERE cpg11d_pictures.aid = cpg11d_albums.aid AND category = 7" on 0

mySQL error: Can't open file: 'cpg11d_pictures.MYI'. (errno: 145)

Nibbler

145 = Table was marked as crashed and should be repaired

Either use repair in phpmyadmin or ask your webhost for support.

kegobeer

Or maybe do a search for errno 145 and read the sticky I posted that explains that error.
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

feierreisen

Quote from: Nibbler on December 17, 2004, 12:06:11 PM
145 = Table was marked as crashed and should be repaired

Either use repair in phpmyadmin or ask your webhost for support.

THANKS! That was the problem ::)