need help seting up vbullentin 3.0.1 and coppermine 1.3 need help seting up vbullentin 3.0.1 and coppermine 1.3
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

need help seting up vbullentin 3.0.1 and coppermine 1.3

Started by scriptz, June 29, 2004, 12:07:22 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

scriptz

this is the error i get on my server :

ct to vBulletin Board Database if necessary $UDB_DB_LINK_ID = 0; $UDB_DB_NAME_PREFIX = VB_DB_NAME ? '`' . VB_DB_NAME . '`.' : ''; if (!UDB_CAN_JOIN_TABLES) { $UDB_DB_LINK_ID = @mysql_connect(VB_BD_HOST, VB_DB_USERNAME, VB_DB_PASSWORD); if (!$UDB_DB_LINK_ID) die("Coppermine critical error:
Unable to connect to vBulletin Board database !

MySQL said: " . mysql_error() . ""); } ?> } ?>sql_free_result($result); // Retrieve the "private" album set if (!GALLERY_ADMIN_MODE && $CONFIG['allow_private_albums']) get_private_album_set(); if (!USER_IS_ADMIN && $CONFIG['offline'] && !strstr($_SERVER["SCRIPT_NAME"],'login')) { pageheader($lang_errors['offline_title']); msg_box($lang_errors['offline_title'], $lang_errors['offline_text']); pagefooter(); exit; } ?>; } ?>

that error is when a user trys to login form coppermine 1.3 please telll me whats the problem ?

Joachim Müller

post your bridge file here (replacing the sensitive info like username and password with ***), this looks like you messed your bridge file up. Additionally, a link might help, together with a test user account (non-admin).

Gaugau