Cannot redeclare cpggetmicrotime() Cannot redeclare cpggetmicrotime()
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.