forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: swingles on November 30, 2005, 10:38:53 pm

Title: Admin Mode Access
Post by: swingles on November 30, 2005, 10:38:53 pm
I have the following issue when trying to bridge coppermine and PHPBB:
No Admin Mode Button

Coppermine install: http://swinglesonline.com/copper/
Forum install: http://swinglesonline.com/forum/
Coppermine version: cpg1.4.2
Forum version: phpBB 2.0.17
Test user account: Unavailable due to forum integration with site userdatabase

BridgeManager settings:
Forum URL:  http://swinglesonline.com/forum/
Relative path to your BBS's config file:  ../config.php/
Use post-based groups?:  0 

Interestingly, when I click login, the script successfully takes me to the forum login screen to log in as admin, then redirects me to the coppermine scriptand gives me the option to logoff as admin it specifically says "  Logout [admin] " so it appears to recognize me as admin, however I do not see an admin mode to enter so I'm unable to sync groups.

I feel like I'm missing something simple. But I'm bamboozled any suggestions would be appreciated.

Thanks.
Title: Re: Admin Mode Access
Post by: Nibbler on November 30, 2005, 10:42:41 pm
Check with the latest version of the bridge code from here (http://forum.coppermine-gallery.net/index.php?topic=24357.msg112047#msg112047).

Also

Code: [Select]
Relative path to your BBS's config file:  ../config.php/
Is wrong, should be

Code: [Select]
../forum/
Title: Re: Admin Mode Access
Post by: swingles on December 01, 2005, 07:10:31 am
Thank you very much. That solved it.