IPB 1.3 problem..... IPB 1.3 problem.....
 

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

IPB 1.3 problem.....

Started by mavtheleet, June 23, 2005, 07:30:02 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mavtheleet

i get this
QuoteCoppermine critical error:
Unable to connect to Invision Board database !

MySQL said: Access denied for user: 'root@localhost' (Using password: NO)



and I have checked my file over and over, heres what I have in the source


Quote// database configuration
define('IB_DB_NAME', 'mysqltablename_forums'); // The name of the database used by the board
define('IB_BD_HOST', 'localhost'); // The name of the database server
define('IB_DB_USERNAME', 'mysqlusername_forums'); // The username to use to connect to the database
define('IB_DB_PASSWORD', '******'); // The password to use to connect to the database

Nibbler

Make sure you are editing the correct file and the file is actually uploading to the server. Your modifications have obviously not taken effect.

mavtheleet

well the instructions said upload it to your corresponding board folder...so I upload the edited file to my forums directory not coppermine.


fixed.

Nibbler

It should be uploaded to where it was to begin with - the bridge directory. Please show where it says to upload into your board folder so the instructions can be corrected.

mavtheleet

Quote(the file in the "bridge" folder that corresponds to your bbs and the file include/init.inc.php

kegobeer

You aren't using 1.3.2 or 1.3.3.  The directions say

QuoteGo to the bridge directory and open the file that corresponds to the bulletin board you use (eg. phpbb.inc.php if you use phpBB) with a text editor.

Modify them according to the configuration of your board and save the file.

1.3.0 and 1.3.1 have slightly different instructions, but still don't say anything about moving files.  However, your quote doesn't say anything about moving files around.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots