Re: INVISION 2.0 Bridge - v1.0 Re: INVISION 2.0 Bridge - v1.0
 

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

Re: INVISION 2.0 Bridge - v1.0

Started by aeolus, October 12, 2005, 06:10:06 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

aeolus

Hi,

This my system (running in my own pc)::

# Apache Web Server Version 2.0.54
# PHP Script Language Version 5.0.4
# MySQL Database Version 4.1.12a
# phpMyAdmin Database Manager Version 2.6.2-pl1

and i had read the online menu >> http://coppermine.sourceforge.net/manual.php#integrating

and i am sure it be done  >>

// database configuration
define('IB_DB_NAME', 'ipb20utf'); // The name of the database used by the board
define('IB_BD_HOST', 'localhost'); // The name of the database server
define('IB_DB_USERNAME', 'i_know_the_name'); // 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', '/ipb20utf/');
//


and still has the wrong message>>

Coppermine critical error:
Unable to connect to Invision Board database !

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



the correct usename for my SQL database is not root, why is said >> root ?
why?

thanks! ;D
Don't care where hacker came from, just know what it does.

aeolus

so sorry,,i put the bridge files into wrong directory

my problem is solved  after more searching and reading... ;D

and this is a good post>>

http://forum.coppermine-gallery.net/index.php?topic=10554.0

Don't care where hacker came from, just know what it does.