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
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.
Thanks that worked. I was suppose to do ../ and didn't realize it.