Invision (IPB) 3.x Bridge for Coppermine 1.5.x - Page 3 Invision (IPB) 3.x Bridge for Coppermine 1.5.x - Page 3
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Invision (IPB) 3.x Bridge for Coppermine 1.5.x

Started by Fast Lane, July 21, 2010, 09:40:54 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

pols1337


anewday

Thanks guys for the updated bridge. Does it only work for Coppermine 1.5 and higher? I get an error, "Fatal error: Class 'Inspekt' not found in line 171" on 1.4, did some googling and it appears to the an incompatible version.

phill104

Yes, you should upgrade from 1.4.x as a matter of urgency. It has been unsupported for nearly 2 years now so there have been no security updates.
It is a mistake to think you can solve any major problems just with potatoes.

anewday

Hi, I cannot get the bridge to work on my test forum running on IPB 3.3.4. The forum is located at www.domain.tld/testforum and the gallery is in www.domain.tld/testforum/gallery. Admin group is 4, conf_global.php file is located in the testforum folder and the test forum's cookie prefix is "test". I also followed the instructions to modify udb_base.inc.php to fix the problem when "use bridge app custom groups" was set to yes.

I logged in using the standalone admin account in the gallery, enabled "use bridge app custom groups" in the bridge manager, no errors show up after clicking on the finish button but it doesn't show any content at all.

Here are the modified parts from the bridge file.


if (isset($bridge_lookup)) {
    $default_bridge_data[$bridge_lookup] = array(
        'full_name' => 'Invision Power Board 3.x',
        'short_name' => 'invisionboard30',
        'support_url' => 'http://forums.invisionpower.com/',
        'full_forum_url_default' => 'http://www.domain.tld/testforum',
        'full_forum_url_used' => 'mandatory,not_empty,no_trailing_slash',
        'relative_path_to_config_file_default' => '../',
        'relative_path_to_config_file_used' => 'lookfor,conf_global.php',
        'use_post_based_groups_default' => '0',
        'use_post_based_groups_used' => 'radio,1,0',
    );



function cpg_udb()
        {
            global $BRIDGE;

            if (!USE_BRIDGEMGR) {
                $this->boardurl = 'http://www.domain.tld/testforum';
                require_once('../conf_global.php');
                $this->use_post_based_groups = 0;
            } else {
                require_once($BRIDGE['relative_path_to_config_file'] . 'conf_global.php');
                $this->boardurl = $INFO['board_url'];
                $this->use_post_based_groups = $BRIDGE['use_post_based_groups'];
            }


Cookie prefix

if ($superCage->cookie->keyExists('test_member_id') && $superCage->cookie->keyExists('test_pass_hash')) {
                $id = $superCage->cookie->getInt('test_member_id');
                $pass = substr($superCage->cookie->getEscaped('test_pass_hash'), 0, 32);
            }


Did I miss anything else? Thanks in advance for your help. :)

anewday

Well, I figured it out the cause and it's the unnecessary _ before the pass_hash and member_id.

pols1337

An update.

Bridge file provided by Elemental Crisis works for CPG 1.5.24 bridged to IPB 3.4.5