ipb 1.3.1 integration can't register ipb 1.3.1 integration can't register
 

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

ipb 1.3.1 integration can't register

Started by neotwo, January 24, 2005, 03:15:36 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

neotwo

Hey thanks for this great script,

The problem that I am having now is when guest click on "Register" of Coppermine Photo Gallery it will take to page cannot be found. Not sure If I've done something wrong during uploading the scripts but it is happening now. Can you give me some advices?

neotwo


Tranz

Please post a link, with non-admin user/password

Joachim Müller

probably you haven't edited your bridge file properly. Post the lines you modified (replacing any passwords with asterisks for security reasons) as well (together with the link and test account as requested by Thu).

Joachim

neotwo

user:copper
pass:copper

link to gallery http://www.asianminute.com/gallery/
link to forum http://www.asianminute.com/forum/

the bridge file of ipb

// Coppermine Photo Gallery 1.3.2                                            //
// ------------------------------------------------------------------------- //
// Copyright (C) 2002-2004 Gregory DEMAR                                     //
// http://www.chezgreg.net/coppermine/                                       //
// ------------------------------------------------------------------------- //
// Updated by the Coppermine Dev Team                                        //
// (http://coppermine.sf.net/team/)                                          //
// see /docs/credits.html for details                                        //
// ------------------------------------------------------------------------- //
// This program is free software; you can redistribute it and/or modify      //
// it under the terms of the GNU General Public License as published by      //
// the Free Software Foundation; either version 2 of the License, or         //
// (at your option) any later version.                                       //
// ------------------------------------------------------------------------- //
// CVS version: $Id: invisionboard.inc.php,v 1.8 2004/07/24 15:04:10 gaugau Exp $
// ------------------------------------------------------------------------- //
// Invision Power Board v1.1 Integration for Coppermine                      //
// ------------------------------------------------------------------------- //
// Modify the values below according to your Board installation              //
// ------------------------------------------------------------------------- //

// database configuration
define('IB_DB_NAME', 'ims'); // The name of the database used by the board
define('IB_BD_HOST', 'mysql01.powweb.com'); // The name of the database server
define('IB_DB_USERNAME', 'bb'); // The username to use to connect to the database
define('IB_DB_PASSWORD', '******'); // The password to use to connect to the database

// The web path to your Invision Board directory
// In this example http://yoursite_name.com/ivboard/
define('IB_WEB_PATH', '/www/u/username/htdocs/asianminute/forum/');
// ------------------------------------------------------------------------- //
// You can keep the default values below if your installation is standard
// ------------------------------------------------------------------------- //
// The prefix for the Invision Board cookies
define('IB_COOKIE_PREFIX', 'asianminute_'); // The prefix used for board cookies

// Prefix and names for the database tables
define('IB_TABLE_PREFIX', 'ibf_'); // The prefix used for the DB tables
define('IB_USER_TABLE', 'members'); // The members table
define('IB_SESSION_TABLE', 'sessions'); // The sessions table
define('IB_GROUP_TABLE', 'groups'); // The groups table

// Group definitions (default values used by the board)
define('IB_VALIDATING_GROUP', 1);
define('IB_GUEST_GROUP', 2);
define('IB_MEMBERS_GROUP', 3);
define('IB_ADMIN_GROUP', 4);
define('IB_BANNED_GROUP', 5);
// ------------------------------------------------------------------------- //
// Nothing to edit below this line
// ------------------------------------------------------------------------- //

Nibbler

You set the path wrong, it should be a local path like that used in the example given, ie /forum/

neotwo


neotwo

ok now I got it... i thought the full path.. problem solved , thanks

Joachim Müller

a path is not the same as a URL - those terms mustn't be mixed up.

Joachim