coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: turblue on February 24, 2006, 05:40:44 AM

Title: Intergration fail: cp143 and vB3.5.3
Post by: turblue on February 24, 2006, 05:40:44 AM
I have the following issue when trying to bridge coppermine 1.4.3and vbulletin 3.5.3:
1: Bridging script completes.
2: I enable bridging.
3: Cannnot select groups link to resync groups. Permission denied.
4: login intergration does not work.
5: Groups are not imported into coppermine.

Coppermine install: http://www.opelaus.com/gallery/
Forum install: http://www.opelaus.com/forum/
Coppermine version: cpg1.4.3
Forum version: vBulletin 3.5.3
Test user account: test / test

BridgeManager settings:
Forum URL:  http://www.opelaus.com/forum 
Relative path to your BBS's config file:  ../forum/ 
Use post-based groups?:  1 
Title: Re: Intergration fail: cp143 and vB3.5.3
Post by: Stramm on February 24, 2006, 02:15:21 PM
I do not know the vb bridge cause I don't have vb... but I just tried and I was able to log in with the test user acoount (no redirection back to the gallery, as far as I remember that's normal for the vb bridge)

If you can't log in as admin and resync just comment out the following line in groupmgr.php
if (!GALLERY_ADMIN_MODE) cpg_die(ERROR, $lang_errors['access_denied'], __FILE__, __LINE__);
Title: Re: Intergration fail: cp143 and vB3.5.3
Post by: turblue on February 24, 2006, 09:41:16 PM
I have found the problem.

The gallery works perfectly and intergartes perfectly using the URL http://www.opelaus.com/gallery/

It fails login and functionality on the URL http://opelaus.com/gallery/

The addition of the "www" has solved all problems.
Title: Re: Intergration fail: cp143 and vB3.5.3
Post by: Nibbler on February 24, 2006, 09:46:20 PM
Setting the forum's cookies to work across subdomains would solve that, ie make them .domain.com instead of domain.com
Title: Re: Intergration fail: cp143 and vB3.5.3
Post by: turblue on February 24, 2006, 10:25:11 PM
Ok. Thanks for that. It solves more than one problem.

So, all is good now. Thanks everyone.