forum.coppermine-gallery.net
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
-
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.
-
anyone help please?
-
Disable your bridge(this will make it work by itself), and post here the lines of code you have edited in your bridge file.
-
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/');
-
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.)
-
Undo what you did to integrate with IB.
-
There i put it back to normal now wat?
-
I suggest you edit your previous post an disclude password and username information.
Replace with xxxx
-
okay...
now how do i make the board the the copp go to gether?
-
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/');