coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: Zeoran on May 27, 2005, 07:13:09 PM

Title: Bridging with VB 3.0.7 problem
Post by: Zeoran on May 27, 2005, 07:13:09 PM
Ok. I have a board running vb 3.0.7, www.guardianbrotherhood.org (http://www.guardianbrotherhood.org) just downloaded and installed cpg 1.3.3, cpg ran fine, www.guardianbrotherhood.org/cpg (http://www.guardianbrotherhood.org/cpg)tried 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.
Title: Re: Bridging with VB 3.0.7 problem
Post by: Nibbler on May 27, 2005, 07:17:04 PM
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.
Title: Re: Bridging with VB 3.0.7 problem
Post by: Zeoran on May 27, 2005, 07:31:24 PM
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???
Title: Re: Bridging with VB 3.0.7 problem
Post by: Joachim Müller on May 30, 2005, 07:28:24 AM
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.