on my site http://www.feierreisen.de/galerie/ stand only this :
There was an error while processing a database query
what can i do?
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
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)
145 = Table was marked as crashed and should be repaired
Either use repair in phpmyadmin or ask your webhost for support.
Or maybe do a search for errno 145 and read the sticky I posted that explains that error.
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 ::)