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

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

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