coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: aunrea on October 30, 2006, 09:34:52 PM

Title: Cannot redeclare cpggetmicrotime()
Post by: aunrea on October 30, 2006, 09:34:52 PM
I have 2 coppermines running on the same servera and I updated one and had not problems. When I updated the second I got this error:

Fatal error: Cannot redeclare cpggetmicrotime() (previously declared in /em/coppermine/include/init.inc.php:35) in /em/coppermine/include/init.inc.php on line 33

It happened right after I bridged it to phpbb (it was working before). I also had my other one bridged it no errors.

You can view the error yourself at http://em.spot-design.net/coppermine
Title: Re: Cannot redeclare cpggetmicrotime()
Post by: Nibbler on October 30, 2006, 09:42:43 PM
It means you set a wrong relative path in the bridge manager ( You gave it the path to Coppermine instead of your forum). Re-run the bridge manager with the correct values.
Title: Re: Cannot redeclare cpggetmicrotime()
Post by: aunrea on October 30, 2006, 09:50:35 PM
Thanks that worked. I was suppose to do ../ and didn't realize it.