coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: deocare on June 13, 2004, 10:32:32 AM

Title: Wont load page
Post by: deocare on June 13, 2004, 10:32:32 AM
Hi,
i just instal 1.3l  and i got some problem. i install it and intergate it with IBFORUM and then i went to the admin mod and
CLick on Admin Tool and en error came up it say " There was an error while processing a database query "

And when i click on "My Profile " - It go to page not found

CLick on "User " it go to page not found

And click on "member list " it say page not found

Can some one help me fix this problem please Thank you.
Title: Re: Wont load page
Post by: deocare on June 13, 2004, 08:32:41 PM
anyone help please?
Title: Re: Wont load page
Post by: Casper on June 14, 2004, 12:40:41 AM
Disable your bridge(this will make it work by itself), and post here the lines of code you have edited in your bridge file.
Title: Re: Wont load page
Post by: deocare on June 14, 2004, 01:24:33 AM
How do i disable the bridge?

these are the link i edit

// database configuration
define('IB_DB_NAME', 'hnguyen_ibrd1'); // The name of the database used by the board
define('IB_BD_HOST', 'localhost'); // The name of the database server
define('IB_DB_USERNAME', xxxxxxx); // The username to use to connect to the database
define('IB_DB_PASSWORD', xxxxxx); // 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', '/home/hnguyen/public_html/html/');
Title: Re: Wont load page
Post by: Casper on June 14, 2004, 01:28:14 AM
replace the include/init.inc.php with the original (or simply put the '//' back in front of the line in the file which includes your bb.)
Title: Re: Wont load page
Post by: Filigree on June 14, 2004, 01:28:17 AM
Undo what you did to integrate with IB.
Title: Re: Wont load page
Post by: deocare on June 14, 2004, 01:30:50 AM
There i put it back to normal now wat?
Title: Re: Wont load page
Post by: Filigree on June 14, 2004, 01:35:41 AM
I suggest you edit your previous post an disclude password and username information.
Replace with xxxx
Title: Re: Wont load page
Post by: deocare on June 14, 2004, 01:39:08 AM
okay...

now how do i make the board the the copp go to gether?
Title: Re: Wont load page
Post by: Casper on June 14, 2004, 11:56:41 AM
This bit is wrong;

define('IB_WEB_PATH', '/home/hnguyen/public_html/html/');

If your forum is in the root folder, it should be this;

define('IB_WEB_PATH', '/');

If it is in a folder called 'forum', it should be this;

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