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: problem with bridging to invisionboard on different domain  (Read 2826 times)

0 Members and 1 Guest are viewing this topic.

hubfub

  • Coppermine newbie
  • Offline Offline
  • Posts: 16

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 :)
Logged

Nibbler

  • Guest
Re: problem with bridging to invisionboard on different domain
« Reply #1 on: May 08, 2005, 10:46:21 pm »

Use a path for IB_WEB_PATH, not an url.

Code: [Select]
define('IB_WEB_PATH', '/forum/');
Logged

hubfub

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
Re: problem with bridging to invisionboard on different domain
« Reply #2 on: May 08, 2005, 11:17:16 pm »

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

Nibbler

  • Guest
Re: problem with bridging to invisionboard on different domain
« Reply #3 on: May 08, 2005, 11:26:34 pm »

They have to be on the same domain.
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 15 queries.