Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Fatal Error on bridge manager  (Read 5272 times)

0 Members and 1 Guest are viewing this topic.

shackman

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Fatal Error on bridge manager
« on: July 24, 2010, 10:18:09 pm »

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.
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Fatal Error on bridge manager
« Reply #1 on: September 01, 2010, 02:22:08 pm »

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.
Logged

Nibbler

  • Guest
Re: Fatal Error on bridge manager
« Reply #2 on: September 01, 2010, 02:53:34 pm »

This happens when you enter the path to Coppermine into the bridge manager when it asks for the path to the forum.
Logged
Pages: [1]   Go Up
 

Page created in 0.06 seconds with 19 queries.