coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: cordiafreaks on January 05, 2008, 07:27:00 AM

Title: PHPBB3 Bridge - Database problem
Post by: cordiafreaks on January 05, 2008, 07:27:00 AM
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
Title: Re: PHPBB3 Bridge - Database problem
Post by: Joachim Müller on January 05, 2008, 11:39:54 AM
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 (http://forum.coppermine-gallery.net/index.php?topic=43383.0)" (all of it!).
Your posting is just invalid - marking thread accordingly.