Cannot redeclare cpggetmicrotime() Cannot redeclare cpggetmicrotime()
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Cannot redeclare cpggetmicrotime()

Started by aunrea, October 30, 2006, 09:34:52 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

aunrea

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

Nibbler

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.

aunrea

Thanks that worked. I was suppose to do ../ and didn't realize it.