CPG1.4.19 + Bridge for PhpBB3 not compatible with cpg1.4 modpack by Stramm? CPG1.4.19 + Bridge for PhpBB3 not compatible with cpg1.4 modpack by Stramm?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

CPG1.4.19 + Bridge for PhpBB3 not compatible with cpg1.4 modpack by Stramm?

Started by Daino, November 14, 2008, 04:19:47 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Daino

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?

Stramm

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!

abnev

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

Stramm

compare a original cpg bridge with a modded one and you'll see... pretty easy

'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

Mannie_

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

Stramm


Mannie_


Mannie_


Mannie_

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.

Mannie_

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

WillPS

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.

Joachim Müller