coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: imfishinohio on November 02, 2006, 02:39:27 AM

Title: Cannot redeclare cpggetmicrotime
Post by: imfishinohio on November 02, 2006, 02:39:27 AM
Coppermine install: http://gemcitygeo.org/gallery/cpg149/
Forum install: http://www.gemcitygeo.org/forum/
Coppermine version: cpg1.4.9
Forum version: phpBB 2.0.21
Test user account: tester/tester

BridgeManager settings:
Forum URL:  http://www.gemcitygeo.org/forum
Relative path to your BBS's config file:  none
Use post-based groups?:  1

This is an add-on domain I am talking about.

When I enabled the bridge manager I get the following message

"Fatal error: Cannot redeclare cpggetmicrotime() (previously declared in /home/kazburg/public_html/gemcitygeo/gallery/cpg149/include/init.inc.php:35) in /home/kazburg/public_html/gemcitygeo/gallery/cpg149/include/init.inc.php on line 33"

With the bridge enabled I just get the above message when I go to the gallary's URL so I have it disabled.

Here's what I did. When I first tried to run the bridge manager I got the error "cannot find config.php.............." I looked through the support forum for help and tried all the suggested paths made to others with that same problem.
I thought the relative path to my BBS config.php file should of been "../" but it didn't work.
When I left the relative path blank I didn't get the error but when I enabled the bridge manager I received the fatal error message.
  I'm not sure what to do now.

Does the bridge manager write to the forum database or just the coppermine DB? I had thought about getting rid of the cpg database tables and doing a fresh install.
 
Title: Re: Cannot redeclare cpggetmicrotime
Post by: Nibbler on November 02, 2006, 02:48:20 AM
The relative path is ../../forum
Title: Re: Cannot redeclare cpggetmicrotime
Post by: imfishinohio on November 02, 2006, 06:38:31 AM
Thanks nibbler for getting me in the right direction "../../forum/" worked for me.