Advanced search  

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]

Pages: [1]   Go Down

Author Topic: phpBB2 integration problem  (Read 3800 times)

0 Members and 1 Guest are viewing this topic.

Bullmax

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 49
phpBB2 integration problem
« 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.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: phpBB2 integration problem
« Reply #1 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)
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 19 queries.