Cannot redeclare cpggetmicrotime() Cannot redeclare cpggetmicrotime()
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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.