problem with bridging to invisionboard on different domain problem with bridging to invisionboard on different domain
 

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

problem with bridging to invisionboard on different domain

Started by hubfub, May 08, 2005, 05:01:23 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

hubfub

hi my gallery is at www.befuzzled.com/gallery
and i wish to bridge it with my forum at www.serility.com/forum

both domains are hosted on the same server but the database used is different

i did all the steps as shown in the docs but after i editted and uploaded the .inc.php files, i can no longer login

when i click the login button it returns an error msg saying "befuzzled.comhttp could not be found "

here are the changes i made the the invisionboard.inc.php file

define('IB_DB_NAME', 'mpsa_org_au_-_serility'); // The name of the database used by the board
define('IB_BD_HOST', 'localhost'); // The name of the database server
define('IB_DB_USERNAME', 'mpsaorg'); // 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', 'http://www.serility.com/forum/');

nothing else is changed, do u guys know wats wrong?

thanks :)

Nibbler

Use a path for IB_WEB_PATH, not an url.

define('IB_WEB_PATH', '/forum/');

hubfub

wat would i put if the forum is not on the same domain?

Nibbler