I'm in the process of giving my site to someone else, so I've been going through and changing database passwords. As such, coppermine can no longer connect to the database.
If it helps, go here (http://www.cycle-cny.com/phpbb/Coppermine) to see the error I'm getting for all coppermine pages.
Where does coppermine store the DB connection information? I assumed there would be a config file or something where I could manually change the password, but I couldn't find the info.
Thanks.
Edit the include/config.inc.php file and change your password
That's what I was looking for, thanks. I saw the config.php file in the root directory, but not that one.