coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: tsrart on August 14, 2007, 07:53:18 AM

Title: Fatal Error - No Info
Post by: tsrart on August 14, 2007, 07:53:18 AM
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
Title: Re: Fatal Error - No Info
Post by: François Keller on August 14, 2007, 07:57:30 AM
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)
Title: Re: Fatal Error - No Info
Post by: tsrart on August 14, 2007, 09:48:36 AM
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)
Title: Re: Fatal Error - No Info
Post by: Hein Traag on August 14, 2007, 09:54:09 AM
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.
Title: Re: Fatal Error - No Info
Post by: tsrart on August 14, 2007, 10:04:06 AM
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)
Title: Re: Fatal Error - No Info
Post by: François Keller on August 14, 2007, 10:25:06 AM
try to repair Sessions table in your database (using phpmyadmyn or similar)
Title: Re: Fatal Error - No Info
Post by: tsrart on August 14, 2007, 10:29:03 AM
Thanks Frantz! I just tried that and, lo and behold, the site lives!!

Thanks very much for all of your help!


Pat