phpBB2 integration problem phpBB2 integration problem
 

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

phpBB2 integration problem

Started by Bullmax, June 06, 2004, 03:23:25 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Bullmax

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.

Joachim Müller

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)