Bridging with VB 3.0.7 problem Bridging with VB 3.0.7 problem
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Bridging with VB 3.0.7 problem

Started by Zeoran, May 27, 2005, 07:13:09 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Zeoran

Ok. I have a board running vb 3.0.7, www.guardianbrotherhood.org just downloaded and installed cpg 1.3.3, cpg ran fine, www.guardianbrotherhood.org/cpgtried to perform the integration.  At first, it seemed to work, except that when I clicked on "login", it would take me to my forums homepage.  So I noticed a thread somewhere else about changing the table_prefix and cookie_prefix in the bridge file.  I changed those two settings and now it gives me an error:

Fatal error :
There was an error while processing a database query


I could use some help.... I'm including my bridge file below, this is the bridge file that was included in the latest release of cpg.  I have asterisked out the license and db password, otherwise it is unchanged.  I have also created a test user account in my vb forums, login: testy, password: password.

Nibbler

Firstly, are coppermine and vb in the same database ?

If not, disable the bridge, enable debug mode, enable the bridge, post the sql error message you get.

Zeoran

#2
ok... I figured out why it was giving me that error.  I had followed a previous suggestion to edit the bridge file and change the table prefix and cookie prefix... so it was looking at the wrong place.  My install of vb3 doesn't have any prefix's in the tables.

So... I edited it back and now it seems to almost work, except this line at the top comes up:

Notice: Undefined index: can_see_all_albums in /home/guardian/public_html/gb/cpg/include/functions.inc.php on line 422

I also haven't checked out the rest of the gallery to see if it's working yet or not... I'll let you know.  Can someone help me with this???

Joachim Müller

disables notices display in coppermine's config screen and the notice should go away. A notice is not an error message, notice_display "on" is meant for developers only. If your bridge file is working as expected, turn off debug_mode in coppermine's config entirely.