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
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__);
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.
Setting the forum's cookies to work across subdomains would solve that, ie make them .domain.com instead of domain.com
Ok. Thanks for that. It solves more than one problem.
So, all is good now. Thanks everyone.