Invisionboard 1.3.1 bridged with CPG 1.4.3 - Page 2 Invisionboard 1.3.1 bridged with CPG 1.4.3 - Page 2
 

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

Invisionboard 1.3.1 bridged with CPG 1.4.3

Started by Pit, December 06, 2005, 01:23:09 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

hondaclub

I would like to test it so if i can be of any help i would be very happy my email is fotis@hondaclub.gr

Pit

I have already sent the files on March 9th.
I do not code for or support Invisionboard 2.x

Joachim Müller

I can't see the point in emailing this file around instead of just attaching it to this thread, with all the caveats, whistles and bells in place.

Pit

The point is that I do not want to publish a bridge before having tested its functionality. Until now I have not received any positive feedback.
I do not code for or support Invisionboard 2.x

all4one

I think you should let everybody download and test it. What is the different between send the file privately and let other people test and share it publicly where people can download and test it? Are you afraid that someone will claim you bridge as theirs?

flux

hi Pit,

i'd be interested in testing your cpg bridge for ibp 1.3.1 Final, you should have my email in your pm
thx

.Flux

Pit

I have received a couple of positive feedback, so I have attached the bridge file to the first post of this topic.

You will find 2 files in this archive.

./bridge/invisionboard13.inc.php is the bridge file
./bridgemgr.php is the original bridge manager with an additional section for the new bridge in order to make it chooseable.


Please do not ask for support via email or PM. Use this topic.

I do not code for or support Invisionboard 2.x

Ivx

Great Job, Pit!! Thank You
The bridge seems to work correctly (invisionboard 1.3 Final and coppermine 1.4.4)

flux

Hi,

thx pit for the files, i've made a fresh cpg144 and ibp 1.3.1 installs and your bridge works fine.

Two things though :

- first i was wondering why the "cookies prefix" data has been hidden in the bridge manager and is unused in that bridge script, i've checked and it's also unused in the ibp 2.0 bridge..
My initial stetup wasn't working at first coz my board was configured with a cookies prefix so multiple boards could run on the same (sub)domain..

- second, i was wondering if there's a way to get inside cpg admin when the bridge is running ? in order to create/manage albums and so on..

i have other questions regarding user groups but i'll do some tests first, hopefully i canc ome up with answers myself..

thx again it's good to have a nice gallery system for the very nice invision power board ;)

.flux

hondaclub

I tried to upgrade but it doesnt seem to work, I put both files in folder gallery/bridge but when i enable the bridgmgr.php and start the bridging wizard i get the following message ( Bridge Manager: emergency recovery) (If you came here to administer the BBS integration of your Coppermine gallery, you have to log in first as admin. If you can not log in because bridging doesn't work as expected, you can disable BBS integration with this page. Entering your username and password will not log you in, it will only disable BBS integration. Refer to the documentation for details. ) And when i try to open my gallery i get a blank page with the following message (Fatal error : )
I can then access my forum only if i go back as administrator and disable the bridging which gives me the following message (You have successfully disabled BBS bridging. Your Coppermine install runs now in standalone mode.
Log in as admin to edit your bridge settings and/or enable BBS integration again. )

:-\

Fireball-HH

No Problems at all thumbs up :)

install and bridging worked fine keep up the great work pit :)

greetz

Fire

shania

Hello

Sorry for hijacking this thread I dont see how  I can start my own topic and since this one relates to my Question I will start here.

Is a mod/bridge available to use coppermine with IPB 2.1.5 ? I can't find one anywhere

Joachim Müller

butt out of this thread - it deals with ipb1.3.1 only. Read the stickies and board descriptions, they should give you an idea where you can start threads and where you can't.

stormtrooper

#33
this does not work for me.

I have IPB 1.3 and CPG 1.4.5.

My Error comes after confirming the bridge settings:


Kritischer Fehler
Beim Ausführen einer Datenbank-Abfrage

Critical Error
Can't connect to Database.


Bridge is built, when I do not take over the groups.
Still, I cannot log in with the CPG admin account. It says, that I do not have sufficient privileges.

@Pit
As I read before, it is working for IPB 1.3.1 and CPG 1.4.4.



Coppermine install: http://www.unihockey-deitingen.ch/gallery/coppermine/
Forum install: http://www.unihockey-deitingen.ch/guests/ipb13
Coppermine version: cpg1.4.5
Forum version: Invision Power Board 1.3 (Final)
Test user account: -

BridgeManager settings:
Forum URL:  http://www.unihockey-deitingen.ch/guests/ipb13
Relative path to your BBS's config file:  ../../guests/ipb13/
Use post-based groups?:  1

Alk

My install worked sort of.
It has bridged fine it seems as I can login and logout fine without problems using my forum login details and it keeps my sessions correctly. ;D
However, on the last step of the bridge manager enabling I got this error:
QuoteFatal error: Cannot redeclare class core_udb:cpg_udb in /home/letras00/public_html/gallery/bridge/invisionboard13.inc.php on line 29
Well, it has still bridged ok, but when I go back to the bridge manager I cannot open it because of that error. :-\
Thank you

Joachim Müller


Alk

Quote from: GauGau on May 19, 2006, 05:02:31 PM
http://forum.coppermine-gallery.net/index.php?topic=24032.0
Sorry.

I have the following issue when trying to bridge coppermine and IPB v1.3 Final:
QuoteFatal error: Cannot redeclare class core_udb:cpg_udb in /home/letras00/public_html/gallery/bridge/invisionboard13.inc.php on line 29

Coppermine install: http://www.letrasescondidas.net/gallery
Forum install: http://www.letrasescondidas.net/forum
Coppermine version: cpg1.4.2
Forum version: IPB v1.3 Final
Test user account: tester / testing

BridgeManager settings:
Forum URL:  http://www.letrasescondidas.net/forum
Relative path to your BBS's config file:  ../forum/ 
Use post-based groups?:  Yes

I think that is everything correctly. Thanks.

Nibbler

Change cpg_udb to something unique in the bridge file eg. ipb_udb

Alk

I changed this bit:
Quote// sync groups here now :)
                if ($CONFIG['bridge_enable']){
                  include_once 'bridge/' . $BRIDGE['short_name'] . '.inc.php';
                        $cpg_udb->synchronize_groups();
                } else {
To this:
Quote// sync groups here now :)
                if ($CONFIG['bridge_enable']){
                  include_once 'bridge/' . $BRIDGE['short_name'] . '.inc.php';
                        $ipb_udb->synchronize_groups();
                } else {
It now goes to the "Bridge Manager: emergency recovery" when I click on the bridge manager. Is that correct now?
Thanks for your help!

stormtrooper

Quote from: stormtrooper on May 18, 2006, 10:37:06 PM
this does not work for me.

I have IPB 1.3 and CPG 1.4.5.

My Error comes after confirming the bridge settings:


Kritischer Fehler
Beim Ausführen einer Datenbank-Abfrage

Critical Error
Can't connect to Database.


Bridge is built, when I do not take over the groups.
Still, I cannot log in with the CPG admin account. It says, that I do not have sufficient privileges.

@Pit
As I read before, it is working for IPB 1.3.1 and CPG 1.4.4.



Coppermine install: http://www.unihockey-deitingen.ch/gallery/coppermine/
Forum install: http://www.unihockey-deitingen.ch/guests/ipb13
Coppermine version: cpg1.4.5
Forum version: Invision Power Board 1.3 (Final)
Test user account: -

BridgeManager settings:
Forum URL:  http://www.unihockey-deitingen.ch/guests/ipb13
Relative path to your BBS's config file:  ../../guests/ipb13/
Use post-based groups?:  1

anyone an idea to my problen?