Hopefully someone here can help . . . .
My gallery was working fine earlier today, then all of a sudden this evening I began getting a "Fatal Error:" with no other information whenever I tried to access the gallery:
http://www.munchkinpress.com/cpg149/
The rest of the site is working fine. I contacted the host, who informed me that I needed to contact Coppermine support and that it was not a problem on their end.
Help!!!
Pat
enable mannually debug mode to see the entire error message
tutorial here:http://coppermine-gallery.net/tutorial/debug_mode.php (http://coppermine-gallery.net/tutorial/debug_mode.php)
OK, thanks for the tip - here's what I'm getting now:
Coppermine critical error:
Unable to connect to database !
MySQL said: Access denied for user 'my username'@'209.68.2.104' (using password: YES)
Searching with "Access denied for user" would have gotten you several threads with this problem.
Edit your_coppermine_folder/include/config.inc.php (using a plain text editor). Make sure that within that file is the correct information for you MySql setup.
Thanks. Having corrected that (I had to change my database password to get phpMyAdmin to work) I now have this error message:
While executing query "delete from `tsrart_Images`.cpg149_sessions where time<1187074891 and remember=0;" on Resource id #6
mySQL error: Can't open file: 'cpg149_sessions.MYI' (errno: 145)
try to repair Sessions table in your database (using phpmyadmyn or similar)
Thanks Frantz! I just tried that and, lo and behold, the site lives!!
Thanks very much for all of your help!
Pat