forum.coppermine-gallery.net

Support => Older/other versions => cpg1.2 PHPnuke/Postnuke Support => Topic started by: Bullmax on June 06, 2004, 03:23:25 pm

Title: phpBB2 integration problem
Post by: Bullmax on June 06, 2004, 03:23:25 pm
I have a different problem.  When I delete the // from
define('UDB_INTEGRATION', 'phpbb'); I cannot login or register to the cpg, it goes to page can't be displayed.

I have modified the bridge file as follows:
// database configuration
define('PHPBB_DB_NAME', 'zeppie_xmb1'); // The name of the database used by the board
define('PHPBB_BD_HOST', 'localhost'); // The name of the database server
define('PHPBB_DB_USERNAME', 'my username'); // The username to use to connect to the database
define('PHPBB_DB_PASSWORD', 'my password'); // The password to use to connect to the database

// The web path to your phpBB directory
// In this example http://yoursite_name.com/phpBB2/
define('PHPBB_WEB_PATH', '/index/modules/Forums/');
// ------------------------------------------------------------------------- //
// 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

Not sure whats wrong.
Title: Re: phpBB2 integration problem
Post by: Joachim Müller on June 06, 2004, 03:29:55 pm
seems to me like you're using phpNuke/postNuke. You have posted on the wrong board then. Read http://forum.coppermine-gallery.net/index.php?topic=2277.0

GauGau

P.S. Moved your posting to the old nuke support board (for reference only)