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
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:
../
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
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 :(
Empty and ./ are the same thing and are certainly not ok. Please post the paths on the file system of your gallery and forum.
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>
Then try ../www
Yes it works ^^
Thx a lot ^^