coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: jazzdak on October 27, 2006, 02:10:40 AM

Title: Bridging with bbs on server root ?
Post by: jazzdak on October 27, 2006, 02:10:40 AM
Hi i tryed to bridge my bbs (PHPBB 2.0.21) with CPG 1.4.9 But i failed to do it.

I installed my BBS on my server root and CPG in another directory readable by an apache alias.

Is my configuration able to work or must i change it?

I have the following issue when trying to bridge coppermine and XXX:
[error message here]

Coppermine install: http://jazzdak.game-server.cc/cpg/
Forum install: http://jazzdak.game-server.cc/
Coppermine version: cpg1.4.9
Forum version: PHPBB 2.0.21
Test user account: srvtest / anno80dec

BridgeManager settings:
Forum URL:  http://jazzdak.game-server.cc
Relative path to your BBS's config file:
Use post-based groups?:  0 

And when i press finich i get Error : Cannot redeclare Microtime in init.inc.php Line 37.

Thx by advance for your answers
Title: Re: Bridging with bbs on server root ?
Post by: Nibbler on October 27, 2006, 02:41:54 AM
Quote from: jazzdak on October 27, 2006, 02:10:40 AM
Relative path to your BBS's config file:

You need to actually write something there, probably:

../
Title: Re: Bridging with bbs on server root ?
Post by: jazzdak on October 27, 2006, 09:56:46 AM
When i keep : Relative path to your BBS's config file: Empty CPG seems to get wright the config.php but if i write ../ he says :

    * ../config.php n'existe pas. Corrigez la valeur entrée pour Chemin relatif à la page de configuration de votre forum
Title: Re: Bridging with bbs on server root ?
Post by: jazzdak on October 27, 2006, 10:02:47 AM
I tried :

*  ../ => * ../config.php n'existe pas. Corrigez la valeur entrée pour Chemin relatif à la page de configuration de votre forum
*   ./ =>  (Seems to be ok ) Utiliser les groupes basés sur le nombre de messages ?:  etc.... But Fatal error: Cannot redeclare cpggetmicrotime() (previously declared in D:\cpg\include\init.inc.php:35) in D:\cpg\include\init.inc.php on line 37 when pressing finish

* Empty => (Seems to be ok) Utiliser les groupes basés sur le nombre de messages ?:  etc....  But Fatal error: Cannot redeclare cpggetmicrotime() (previously declared in D:\cpg\include\init.inc.php:35) in D:\cpg\include\init.inc.php on line 37 when pressing finish

Don't Know Why  :(
Title: Re: Bridging with bbs on server root ?
Post by: Nibbler on October 27, 2006, 01:32:30 PM
Empty and ./ are the same thing and are certainly not ok. Please post the paths on the file system of your gallery and forum.
Title: Re: Bridging with bbs on server root ?
Post by: jazzdak on October 27, 2006, 02:29:23 PM
my Forum is located here:

d:/www

And the CPG :

d:/cpg/

viewable from net by an apache alias :

Alias /cpg/ "d:/cpg/"

<directory "d:/cpg">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</directory>

Title: Re: Bridging with bbs on server root ?
Post by: Nibbler on October 27, 2006, 02:46:13 PM
Then try ../www
Title: Re : Bridging with bbs on server root ?
Post by: jazzdak on October 27, 2006, 03:09:26 PM
Yes it works ^^


Thx a lot ^^