coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: feierreise on October 21, 2004, 03:42:46 PM

Title: help
Post by: feierreise on October 21, 2004, 03:42:46 PM
on my site http://www.feierreisen.de/galerie/ stand only this :


There was an error while processing a database query

what can i do?
Title: Re: help
Post by: Joachim Müller 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
Title: Re: help
Post by: feierreisen on December 17, 2004, 12:02:42 PM
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)
Title: Re: help
Post by: 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.
Title: Re: help
Post by: kegobeer on December 17, 2004, 01:50:15 PM
Or maybe do a search for errno 145 and read the sticky I posted that explains that error.
Title: Re: help
Post by: feierreisen on December 17, 2004, 04:04:08 PM
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 ::)