coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: mavtheleet on June 23, 2005, 07:30:02 PM

Title: IPB 1.3 problem.....
Post by: mavtheleet on June 23, 2005, 07:30:02 PM
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
Title: Re: IPB 1.3 problem.....
Post by: Nibbler on June 23, 2005, 07:32:19 PM
Make sure you are editing the correct file and the file is actually uploading to the server. Your modifications have obviously not taken effect.
Title: Re: IPB 1.3 problem.....
Post by: mavtheleet on June 23, 2005, 07:39:49 PM
well the instructions said upload it to your corresponding board folder...so I upload the edited file to my forums directory not coppermine.


fixed.
Title: Re: IPB 1.3 problem.....
Post by: Nibbler on June 23, 2005, 07:42:38 PM
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.
Title: Re: IPB 1.3 problem.....
Post by: mavtheleet on June 23, 2005, 07:46:40 PM
Quote(the file in the "bridge" folder that corresponds to your bbs and the file include/init.inc.php
Title: Re: IPB 1.3 problem.....
Post by: kegobeer on June 24, 2005, 12:33:51 AM
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.