[Solved]: Critical Error Problem [Solved]: Critical Error Problem
 

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

[Solved]: Critical Error Problem

Started by the_anubis123, June 30, 2008, 09:36:20 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

the_anubis123

Hi,

I installed my gallery and it has been working fine for 6 months then all of a sudden it doesnt work, the page loads this:

Coppermine critical error:
Unable to connect to database !

MySQL said: Access denied for user 'natalieg_copp1'@'localhost' (using password: YES)

Ive been told my my host when i submitted a ticket to reinstall but i dont want to loose my theme and all my pictures. any help?

Here's a link to my gallery
http://nataliegauci.org/gallery/

just_some_guy

Don't reinstall, all the error means is that your are not able to connect to your MySQL server because your login details are incorrect, you need to correct the details in the file at - include/config.inc.php.
Tambien, Hablo EspaƱol      PHP - Achieve Anything
"The Internet is becoming the town square for the global village of tomorrow. " - Bill Gates
Windows 7 Forums

the_anubis123

#2
the file has this

<?php

    define ( 'SILLY_SAFE_MODE' , 1 ) ;

    $CONFIG['dbserver'] = 'xxxx' ;
    $CONFIG['dbuser'  ] = 'xxxx' ;
    $CONFIG['dbpass'  ] = 'xxxxx' ;
    $CONFIG['dbname'  ] = 'xxxx'   ;

    $CONFIG['TABLE_PREFIX'] = 'xxxx' ;

?>


what info do i need to fix?

Abbas Ali

I edited your post above to remove the sensitive information. You should never post database username and password publicly. I highly recommend to change your database password as soon as possible.
Chief Geek at Ranium Systems

the_anubis123

thanks

we found the problem,

i never had a database, got deleted so thats why i had the problem, so thanks for editing my info lucky i have no database username to change cause it doesnt exsit.