Intergration fail: cp143 and vB3.5.3 Intergration fail: cp143 and vB3.5.3
 

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

Intergration fail: cp143 and vB3.5.3

Started by turblue, February 24, 2006, 05:40:44 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

turblue

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 

Stramm

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__);

turblue

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.

Nibbler

Setting the forum's cookies to work across subdomains would solve that, ie make them .domain.com instead of domain.com

turblue

Ok. Thanks for that. It solves more than one problem.

So, all is good now. Thanks everyone.