Bridging with bbs on server root ? Bridging with bbs on server root ?
 

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

Bridging with bbs on server root ?

Started by jazzdak, October 27, 2006, 02:10:40 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jazzdak

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

Nibbler

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:

../

jazzdak

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

jazzdak

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  :(

Nibbler

Empty and ./ are the same thing and are certainly not ok. Please post the paths on the file system of your gallery and forum.

jazzdak

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>



jazzdak