coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: sidlovestina on December 28, 2006, 08:55:40 PM

Title: briding : Coppermine with Phbb
Post by: sidlovestina on December 28, 2006, 08:55:40 PM
I'm trying to bridge coppermine ( latest version) with Phbb ( 2.0.21 )
I get the following.......

some details first:
gallery : http://www.wildestdreams.be/gallery (http://www.wildestdreams.be/gallery)
Forum : http://www.wildestdreams.be/forum (http://www.wildestdreams.be/forum)

Now
when i want to integrate them i'm asked for this.and i fill it in like stated here:

Forum URL: http://www.wildestdreams.be/forum
path : /forum/
ookie prexix : /forum/

when going further i get this error:

/forum/config.php does not exist.

I prob. did something wrong or i'm not seeing it...........any suggestions?

thanks in advance

sid
Title: Re: briding : Coppermine with Phbb
Post by: sidlovestina on December 28, 2006, 08:59:49 PM
small update:

if i leave the BBS field blank it works...
but when turning intergration ON i get this error:

Fatal error: Cannot redeclare cpggetmicrotime() (previously declared in /customers/wildestdreams.be/wildestdreams.be/httpd.www/gallery/include/init.inc.php:35) in /customers/wildestdreams.be/wildestdreams.be/httpd.www/gallery/include/init.inc.php on line 33


help would be appreciated


sidney
Title: Re: briding : Coppermine with Phbb
Post by: Nibbler on December 28, 2006, 10:31:18 PM
Relative path in your case is ../forum/

Cookie prefix is not /forum/. Find out what it is from your phpbb admin panel and enter the correct value.
Title: Re: briding : Coppermine with Phbb
Post by: sidlovestina on December 29, 2006, 12:25:24 AM
Thanks

silly of me ......so thanks for the info
Integration worked.....
I tryed then to register under another name but that failed
Will solve that tomorrow or so;), got an error that said ; entered code not correct ( and i do not need to give one )


once again thanks for the fast response!


sid

Title: Re: briding : Coppermine with Phbb
Post by: Takako on February 11, 2007, 06:52:38 AM
I'm sorry, It was dumb of me, but I did what this guy did, and my board is now disabled with this message ..

Fatal error: Cannot redeclare cpggetmicrotime() (previously declared in /hsphere/local/home/rubystat/media.rubystation.com/include/init.inc.php:35) in /hsphere/local/home/rubystat/media.rubystation.com/include/init.inc.php on line 33

What should I do in this case to restore back to a working gallery? I'm using CPG1.4.10
Title: Re: briding : Coppermine with Phbb
Post by: Takako on February 11, 2007, 07:18:34 AM
never mind .. I worked out how to disable the integration through ftp

I thought I'd better write it here, in case another idiot (like myself) does the same thing and disables their board while integrating

OPEN /include/init.inc.php
FIND

if ($CONFIG['bridge_enable'] == 1 && !defined('BRIDGEMGR_PHP')) {

CHANGE 1 to 0

Title: Re: briding : Coppermine with Phbb
Post by: Takako on February 11, 2007, 08:06:19 AM
sorry, I couldn't edit my previous post, and I think my current problem is still related to my attempt to integrate, so I thought I should post it here.

After I managed to 'enable' my board, the gallery works fine, but when I tried to go through the plugins to try to integrate yet again. The error still showed in the bridge manager.

Fatal error: Cannot redeclare cpggetmicrotime() (previously declared in /hsphere/local/home/rubystat/media.rubystation.com/include/init.inc.php:35) in /hsphere/local/home/rubystat/media.rubystation.com/include/init.inc.php on line 33

any suggestions on what to do?

-------
I am using CPG 1.4.10 trying to integrate with 2.0.6
the gallery: http://www.media.rubystation.com
the forum: http://www.rubystation.com

this is how I filled in the bridge manager, but it kept saying it couldn't find the config.php file (though I know it is there)

Forum URL: http://www.rubysatation.com/phpbb2
path : /phpbb2/
cookie prexix : phpbb2mysql


Title: Re: briding : Coppermine with Phbb
Post by: Nibbler on February 11, 2007, 11:51:52 AM
What are you entering as the relative path?

PS. To disable the bridge use the instructions in the manual - no code editing required.