coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: Spezi on April 18, 2007, 04:59:26 AM

Title: CPG 1.4.4 + vB 3.0 bridging won't work.
Post by: Spezi on April 18, 2007, 04:59:26 AM
Hi,

since three years I use the CPG with the vB-bridge and all was perfect!
20.000 members love this gallery. My great compliment for CPG! ;)

Four weeks ago I changed my server with the CPG1.3.2 and vB 3.0, but
since this day the bridge didnt work. So I updated to CPG 1.4.4, but the
same, the bridge won't work. I changed in this four weeks all issues in all
posibility thousend times with the Bridge-Manager and also manual in the
database. No error message and the versioncheck.php (great tool!) say
it is all perfect. The cookie seams also perfect, but the members couldn't
lock in...!? My last chance is some help of you. Thank you very much in
advance! :)

P.S.: Sorry, for my bad schoolenglish (scholl was long time ago...)

My issues:
Coppermine install: http://www.fisch-hitparade.de/fotogallery/
Forum install: http://www.fisch-hitparade.de
Coppermine version: cpg1.4.4
Forum version: vBulletin 3.0
Test user account: test / test

BridgeManager settings (enabled):
Forum URL:  http://www.fisch-hitparade.de
Relative path to your BBS's config file:  ../
Use post-based groups?:  1
Cookie name/prefix vB: bb
Cookie name CPG: gallery

Title: Re: CPG 1.4.4 + vB 3.0 bridging won't work.
Post by: Joachim Müller on April 18, 2007, 09:19:31 AM
Quote from: Spezi on April 18, 2007, 04:59:26 AM
Coppermine version: cpg1.4.4
cpg1.4.4 is outdated! It is mandatory to upgrade to the most recent stable release that is avavilable (currently cpg1.4.10) as suggested in the upgrade section of our docs.
Title: Re: CPG 1.4.4 + vB 3.0 bridging won't work.
Post by: Spezi on April 18, 2007, 01:42:59 PM
My mistake, I thought 1.4.4 is higher than 1.4.1(0), sorry.... :-\ 8)
Title: Re: CPG 1.4.4 + vB 3.0 bridging won't work.
Post by: Spezi on April 18, 2007, 05:23:16 PM
Update to CPG 1.4.10 done, but always the same, the bridge won't work. :'(
Issues, see my first post!

Can it bee an mistake in the server configuration?
My Bulletinboard an all other scripts work very well...
No error..., what could be wrong!? ???
Title: Re: CPG 1.4.4 + vB 3.0 bridging won't work.
Post by: Nibbler on April 18, 2007, 05:45:09 PM
Your sessionhash cookie does not have the cookie prefix for some reason.

Find


// Cookie settings - used in following functions only
if (isset($config['Misc']['cookieprefix']))
{
  // get cookieprefix from vb3.5.x
  $this->cookie_name = $config['Misc']['cookieprefix'];
} else {
  // get cookieprefix from vb3.0.x
  $this->cookie_name = $cookieprefix;
}


change to


  $this->cookie_name = '';


in bridge/vbulletin30.inc.php
Title: Re: CPG 1.4.4 + vB 3.0 bridging won't work.
Post by: Spezi on April 18, 2007, 08:07:15 PM
@Nibbler

Thank you very much! Don't know why there are probs with the sessionhash in the vB, but it works with this change :-*