Advanced search  

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

Pages: [1]   Go Down

Author Topic: Wont load page  (Read 7497 times)

0 Members and 1 Guest are viewing this topic.

deocare

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Wont load page
« 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.
Logged

deocare

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: Wont load page
« Reply #1 on: June 13, 2004, 08:32:41 pm »

anyone help please?
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: Wont load page
« Reply #2 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.
Logged
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

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: Wont load page
« Reply #3 on: June 14, 2004, 01:24:33 am »

How do i disable the bridge?

these are the link i edit

Code: [Select]
// 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/');
« Last Edit: June 14, 2004, 01:38:41 am by deocare »
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: Wont load page
« Reply #4 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.)
Logged
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

  • Coppermine newbie
  • Offline Offline
  • Posts: 19
Re: Wont load page
« Reply #5 on: June 14, 2004, 01:28:17 am »

Undo what you did to integrate with IB.
Logged

deocare

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: Wont load page
« Reply #6 on: June 14, 2004, 01:30:50 am »

There i put it back to normal now wat?
Logged

Filigree

  • Coppermine newbie
  • Offline Offline
  • Posts: 19
Re: Wont load page
« Reply #7 on: June 14, 2004, 01:35:41 am »

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

deocare

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: Wont load page
« Reply #8 on: June 14, 2004, 01:39:08 am »

okay...

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

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: Wont load page
« Reply #9 on: June 14, 2004, 11:56:41 am »

This bit is wrong;

Code: [Select]
define('IB_WEB_PATH', '/home/hnguyen/public_html/html/');
If your forum is in the root folder, it should be this;

Code: [Select]
define('IB_WEB_PATH', '/');
If it is in a folder called 'forum', it should be this;

Code: [Select]
define('IB_WEB_PATH', '/forum/');
Logged
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
Pages: [1]   Go Up
 

Page created in 0.022 seconds with 20 queries.