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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.