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
Make sure you are editing the correct file and the file is actually uploading to the server. Your modifications have obviously not taken effect.
well the instructions said upload it to your corresponding board folder...so I upload the edited file to my forums directory not coppermine.
fixed.
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.
Quote(the file in the "bridge" folder that corresponds to your bbs and the file include/init.inc.php
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.