Fatal Error on bridge manager Fatal Error on bridge manager
 

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

Fatal Error on bridge manager

Started by shackman, July 24, 2010, 10:18:09 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

shackman

This is not a bridge issue as much as a bridge wizard issue. Obviously the php file has a problem because when I open the bridge manager tab I get the following error:

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

I purposely deleted the complete path details from the error message. This is an excerpt from the php file "init.inc" file, lines 25 thru 30:


function cpgGetMicroTime()
{
    list($usec, $sec) = explode(' ', microtime());
    return ((float)$usec + (float)$sec);
}
$cpg_time_start = cpgGetMicroTime();


I have made no alterations in this file whatsoever.

ΑndrĂ©

Seems that something includes init.inc.php a second time. Please disable all plugins and remove all custom mods. Also make sure that your theme has been upgraded properly.

Nibbler

This happens when you enter the path to Coppermine into the bridge manager when it asks for the path to the forum.