forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 modpack by Stramm => Topic started by: Daino on November 14, 2008, 04:19:47 pm

Title: CPG1.4.19 + Bridge for PhpBB3 not compatible with cpg1.4 modpack by Stramm?
Post by: Daino on November 14, 2008, 04:19:47 pm
Hi all, I receive a "Fatal Error" when I install the ModPack Stramm to a CPG 1.4.19 bridged with Phpbb3 board.
Is possible resolve the problem? Whithin bridge, the ModPack go.
Isn't compatible?
Title: Re: CPG1.4.19 + Bridge for PhpBB3 not compatible with cpg1.4 modpack by Stramm?
Post by: Stramm on November 14, 2008, 06:20:36 pm
The supported bridges are stated in the announcement thread. You could search the boardas well ... I've described how to make bridge files modpack compatible 2-3 times. It's not that hard!
Title: Re: CPG1.4.19 + Bridge for PhpBB3 not compatible with cpg1.4 modpack by Stramm?
Post by: abnev on March 02, 2009, 06:51:19 pm
stramm, could you or somebody explain where to find the instructions for making a bridge file compatible with cpg 1.4.20 and phpbb3.  I love the mod pack, but i need it to work with PPHPbb3
Title: Re: CPG1.4.19 + Bridge for PhpBB3 not compatible with cpg1.4 modpack by Stramm?
Post by: Stramm on March 02, 2009, 08:13:45 pm
compare a original cpg bridge with a modded one and you'll see... pretty easy

Code: [Select]
'notify' => 'user_notify_pm',
'auto_subscribe_post' => 'user_notify',
'auto_subscribe_comment' => 'user_notify',
            'avatar_url' => 'user_avatar'
);

//mod define Avatar path
define('AVATAR_PATH', $BRIDGE['relative_path_to_config_file'].$BRIDGE['avatar_path'].'/');
define('PM_LINK', $BRIDGE['relative_path_to_config_file'].'privmsg.php?mode=post&u=');

that's the added part, the last entries define the PM link and avatar path. If you do not use a modded bridge setup you'll have to manually add these to the cpg database
the first for lines 'translate' coppermine/ modpack database entries that shouldn't get used anymore but similar entries from the users table of your forum app. These you'll have to enter here
Title: Re: CPG1.4.19 + Bridge for PhpBB3 not compatible with cpg1.4 modpack by Stramm?
Post by: Mannie_ on February 06, 2010, 07:03:43 pm
I think i have the same thing going on. I have added that code here to the bridge file. Now when i enable the bridge i get Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' that error on line 103
Title: Re: CPG1.4.19 + Bridge for PhpBB3 not compatible with cpg1.4 modpack by Stramm?
Post by: Stramm on February 07, 2010, 08:54:51 am
A modded phpbb3.inc.php
Title: Re: CPG1.4.19 + Bridge for PhpBB3 not compatible with cpg1.4 modpack by Stramm?
Post by: Mannie_ on February 07, 2010, 09:03:08 am
Thanks stramm, you are the man :)
seems it bridged now
Title: Re: CPG1.4.19 + Bridge for PhpBB3 not compatible with cpg1.4 modpack by Stramm?
Post by: Mannie_ on February 07, 2010, 09:05:21 am
I spoke to soon, it is bridged, but the admin menu is gone now ?
Title: Re: CPG1.4.19 + Bridge for PhpBB3 not compatible with cpg1.4 modpack by Stramm?
Post by: Mannie_ on February 07, 2010, 10:21:34 am
I think i see what goes wrong, only don't know how to fix it myself. Right after bridging it is bridged but then there are 2 times mannie online, one with the right id and one that don't excist anymore.
Title: Re: CPG1.4.19 + Bridge for PhpBB3 not compatible with cpg1.4 modpack by Stramm?
Post by: Mannie_ on February 07, 2010, 12:43:09 pm
Thanks for your work, but i switch to smf , users didn't excist when they try to login on phpbb afte i moved to the other server when they asked a new password, in smf that does work so i have no other choice to go with smf. Sorry for the trouble
Title: Re: CPG1.4.19 + Bridge for PhpBB3 not compatible with cpg1.4 modpack by Stramm?
Post by: WillPS on February 25, 2010, 03:30:50 am
I too am having the problem where it does not carry admin rights through. I'm scouring the code.

Sorry to trouble you Stramm, but if possible would you be able to post the section of code you added? Thanks ever so much in advance.
Title: Re: CPG1.4.19 + Bridge for PhpBB3 not compatible with cpg1.4 modpack by Stramm?
Post by: Joachim Müller on February 25, 2010, 07:43:02 am
Locking