Fatal Error - No Info Fatal Error - No Info
 

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

Fatal Error - No Info

Started by tsrart, August 14, 2007, 07:53:18 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tsrart

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

François Keller

enable mannually debug mode to see the entire error message
tutorial here:http://coppermine-gallery.net/tutorial/debug_mode.php
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

tsrart

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)

Hein Traag

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.

tsrart

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)

François Keller

try to repair Sessions table in your database (using phpmyadmyn or similar)
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

tsrart

Thanks Frantz! I just tried that and, lo and behold, the site lives!!

Thanks very much for all of your help!


Pat