Three days searching, still nothing. - Page 2 Three days searching, still nothing. - Page 2
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Three days searching, still nothing.

Started by Stan, March 29, 2005, 06:30:37 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kegobeer

If Coppermine and phpBB share the same database, then the MySQL host/database/user/password would be the same.  Whatever you used during the Coppermine installation should work for the bridge file.
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

Stan

ok, changed the user and password, now am getting a different error.

www.atvans.comphpbb_web_pathprofile.php could not be found. Please check the name and try again.

kegobeer

You didn't change the bridge file correctly.  Post what you changed.  Don't post your password.
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

Stan

// database configuration
define('PHPBB_DB_NAME', 'atvansc_newforum'); // The name of the database used by the board
define('PHPBB_BD_HOST', 'localhost'); // The name of the database server
define('PHPBB_DB_USERNAME', 'xxxxxx'); // The username to use to connect to the database
define('PHPBB_DB_PASSWORD', 'xxxxxx'); // The password to use to connect to the database

// Logout Flag
// the value of this boolean constant depends on your phpBB version:
// If your version of phpBB is 2.0.4 or lower - change the value to FALSE;
// if your version of phpBB is 2.0.5 or newer - leave it as TRUE
define('PHPBB_LOGOUT_GET', TRUE);
// ------------------------------------------------------------------------- //
// You can keep the default values below if your instalation is standard
// ------------------------------------------------------------------------- //
// The prefix for the phpBB cookies
define('PHPBB_COOKIE_PREFIX', 'phpbb2mysql'); // The prefix used for board cookies

// Prefix and names for the database tables
define('PHPBB_TABLE_PREFIX', 'phpbb_'); // The prefix used for the DB tables
define('PHPBB_USER_TABLE', 'users'); // The members table
define('PHPBB_SESSION_TABLE', 'sessions'); // The session table
define('PHPBB_GROUP_TABLE', 'groups'); // The groups table
define('PHPBB_UGROUP_TABLE', 'user_group'); // The group/user table

Nibbler

look for PHPBB_WEB_PATH and set it to the path of your forum.

Stan

I had to give up on it as the whole database went down.