Wont load page Wont load page
 

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

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