Coppermine / MamboPlus integration Coppermine / MamboPlus integration
 

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

Coppermine / MamboPlus integration

Started by JKDN, June 25, 2006, 12:05:00 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JKDN

Hi all, am getting myself all confused now...

I have the following issue when trying to bridge coppermine and mamboplus[mambo CMS with PHP built in]:

Coppermine install: http://www.joshklinghoffer.net/media
Mambo location: http://www.joshklinghoffer.net
Forum install: http://www.joshklinghoffer.net/forums
Coppermine version: cpg1.4.8
Forum version: MamboPlus 2.1.4
Test user account: test/test

BridgeManager settings - attempt 1: (bridging to Mambo)
Forum URL:  http://www.joshklinghoffer.net
Relative path to your BBS's config file:  ../

BridgeManager settings - attempt 2: (bridging to PHPBB)
Forum URL: http://www.joshklinghoffer.net/forums
Relative path to your BBS's config file:  ../forums/
Enable post-based groups: 0

__________________________________________________________________

OK, so have installed MamboPlus, which is mambo spliced with phpbb - they have combined login.

I'm not sure which to bridge to - have tried both.

Bridging to Mambo - the MYSQL statements fail as the fields in my mos_sessions table don't at all match anything in the query.

Bridging to PHPBB - think I may have more luck with this way, but...

QuoteWhile executing query "SELECT u.user_id AS user_id, u.user_password AS password, u.user_level FROM `cunnok184`.phpbb_users AS u, `cunnok184`.phpbb_sessions AS s WHERE u.user_id=s.session_user_id AND s.session_id = 'cc48f8d7de940ef1c50e68b0e94d06aa' AND u.user_id > 0" on 0

mySQL error: Table 'cunnok184.phpbb_users' doesn't exist

I can see that the problem here is that it's calling from phpbb_users, when it should call from mos_users, and mos_sessions, but I'm not sure where to change it.

Can anyone help?






JKDN

*scream*

After I spent ages typing all that up, I got it fixed - editing lines in the bridge file.

I'm not that experienced with MySQL or PHP, so I'm well excited!