PHPBB3 Bridge - Database problem PHPBB3 Bridge - Database problem
 

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

PHPBB3 Bridge - Database problem

Started by cordiafreaks, January 05, 2008, 07:27:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cordiafreaks

Help please, I don't understand what the following instruction is telling me to do...


INSERT INTO `phpbb_acl_options` ( `auth_option_id` , `auth_option` , `is_global` , `is_local` , `founder_only` )
VALUES (
'', 'a_cpgadmin', '1', '0', '0'
);

INSERT INTO `phpbb_acl_options` ( `auth_option_id` , `auth_option` , `is_global` , `is_local` , `founder_only` )
VALUES (
'', 'm_cpgadmin', '1', '0', '0'
);


Here's how my database looks after I attempted this instruction, the bridge doesn't work so I'm guessing I've done it wrong!
Should be pretty simple to see what I've missed...

Table Structure:
[Edit GauGau] Replaced hotlinked image with attachment [/Edit]

Table Browse:
[Edit GauGau] Replaced hotlinked image with attachment [/Edit]

Any help would be very much appreciated!
Steve

Joachim Müller

This is the coppermine support board, not the phpbb support board. The query is run against your phpbb table. Anyway, there is no stable, supported bridge file for phpbb3, but only a preliminary, user contributed beta bridge that is subject to testing (but not support) - read up the corresponding thread "phpBB 3 olympus and coppermine 1.4.10 bridge integration" (all of it!).
Your posting is just invalid - marking thread accordingly.