Wont load page Wont load page
 

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

Wont load page

Started by deocare, June 13, 2004, 10:32:32 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

deocare

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.

deocare


Casper

Disable your bridge(this will make it work by itself), and post here the lines of code you have edited in your bridge file.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

deocare

#3
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/');

Casper

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.)
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Filigree

Undo what you did to integrate with IB.

deocare

There i put it back to normal now wat?

Filigree

I suggest you edit your previous post an disclude password and username information.
Replace with xxxx

deocare

okay...

now how do i make the board the the copp go to gether?

Casper

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/');
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here