hello,
im trying to install coppermine with Land Down Under (LDU) and am having some problems.
could some one please look at what i have done is write or wrong for me..? then correct me.
my site is
www.mysk8.comcoppermine is at
www.mysk8.com/cpg142my bridge ldu.inc.php file looks like this:// URL of your ldu
$path = 'http://www.mysk8.com/';
// local path to your ldu config file
require_once('http://www.mysk8.com/datas/config.php');// automatic configuration
define('PUNBB_DB_NAME', $cfg['mysk8']); // The name of the database used by the board
define('PUNBB_DB_HOST', $cfg['localhost']); // The name of the database server
define('PUNBB_DB_USERNAME', $cfg['mysk8']); // The username to use to connect to the database
define('PUNBB_DB_PASSWORD', $cfg['*********']); // The password to use to connect to the databasethe init.inc.phpfile:its odd because i know you say to just add the code define('UDB_INTEGRATION', 'ldu'); in the forum post but the init.inc.php file for the new download of coppermine 1.4.2 seems to be missing the bit of code below:
// User database integration
// Uncomment the applicable line if you want to use it
// define('UDB_INTEGRATION', 'phpbb');
// define('UDB_INTEGRATION', 'invisionboard');
// define('UDB_INTEGRATION', 'vbulletin23');
// define('UDB_INTEGRATION', 'vbulletin30');
// define('UDB_INTEGRATION', 'yabbse');
// define('UDB_INTEGRATION', 'smf');
// define('UDB_INTEGRATION', 'woltlab21');
// define('UDB_INTEGRATION', 'punbb');so what do i need to do?
my init.inc.php file looks like this:// Set UDB_INTEGRATION if enabled in admin
if ($CONFIG['bridge_enable'] == 1 && !defined('BRIDGEMGR_PHP')) {
$BRIDGE = cpg_get_bridge_db_values();
} else {
$BRIDGE['short_name'] = 'coppermine';
$BRIDGE['use_standard_groups'] = 1;
$BRIDGE['recovery_logon_failures'] = 0;
$BRIDGE['use_post_based_groups'] = false;
}
define('UDB_INTEGRATION', 'ldu');
require_once 'bridge/' . UDB_INTEGRATION . '.inc.php';
is this ok?

??
the error my site is giving is:
Coppermine critical error:
Unable to connect to PunBB database !
MySQL said:
many thanks..
ricky.