I'm not sure if this would be the right place to ask this question, but I hope at least I'll get some pointers.
I'm running the cpg 1.4.3 and phpbb 2.0.18. Everything worked great until yesterday. Then last night I decided to change my password which I use to login to the ftp servers. Today I went to the gallery and I get this error.
Coppermine critical error:
Unable to connect to database !
MySQL said: Access denied for user: '*********@localhost' (Using password: YES)
I'm just guessing this had something to do with me changing the password last night. phpBB works with no issues at all, and I'm using the same database for cpg and phpbb. Any help is greatly appreciated.
Thank you
Neven
You will need to edit config file of cpg.
Edit include/config.inc.php and change the value of $CONFIG['dbpass'] to your new password (ftp pass).
That solved it, thank you.