PHPBB & Coppermine: Crital Error Unable to Connect to DB issue PHPBB & Coppermine: Crital Error Unable to Connect to DB issue
 

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

PHPBB & Coppermine: Crital Error Unable to Connect to DB issue

Started by Cenobitez, September 20, 2005, 11:44:19 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Cenobitez

The address is www.netgirls.co.uk/diablo

PHPBB
// database configuration
define('PHPBB_DB_NAME', 'phpbb1'); // The name of the database used by the board
define('PHPBB_BD_HOST', 'localhost'); // The name of the database server
define('PHPBB_DB_USERNAME', 'phpbb'); // The username to use to connect to the database
define('PHPBB_DB_PASSWPRD', '********'); // The password to use to connect to the database
define('PHPBB_WEB_PATH', '/');
define('PHPBB_LOGOUT_GET', TRUE);
define('PHPBB_COOKIE_PREFIX', 'netgirlscookie'); // The prefix used for board cookies


INIT
define('COPPERMINE_VERSION', '1.3.2');
// User database integration
// Uncomment the applicable line if you want to use it
define('UDB_INTEGRATION', 'phpbb');
// define('UDB_INTEGRATION', 'invisionboard');

All the info is spot on, but im getting a Unable to Connect to DB.

the Config.inc.php of whatever it is called in the gallery folder has the old databse information, do i change that as well because its not listed in the documentation. I also added the cpg_redirect file as well.

I have double check and rechecked and created new mysql users to check passwords and usersnames and compared them to the phpbb one and its all a match.

kegobeer

Coppermine requires phpbb and Coppermine tables to be in the same database, as per the documenation.  Are they in the same db?

Enable debug mode (use phpmyadmin to change debug_mode from 0 to 1, if you can't access Coppermine's config page) and post the actual SQL error message.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

Nibbler

Why does it say PHPBB_DB_PASSWPRD instead of PHPBB_DB_PASSWORD ?

Cenobitez

OK :) i fixed that typo and im online but have other issues, now so il start another thread :)