Admin Mode Access Admin Mode Access
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Admin Mode Access

Started by swingles, November 30, 2005, 10:38:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

swingles

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.

Nibbler

Check with the latest version of the bridge code from here.

Also

Relative path to your BBS's config file:  ../config.php/

Is wrong, should be

../forum/


swingles

Thank you very much. That solved it.