coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: scriptz on June 29, 2004, 12:07:22 PM

Title: need help seting up vbullentin 3.0.1 and coppermine 1.3
Post by: scriptz on June 29, 2004, 12:07:22 PM
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 ?
Title: Re: need help seting up vbullentin 3.0.1 and coppermine 1.3
Post by: Joachim Müller on June 29, 2004, 07:09:17 PM
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