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: SMF Bridge Adds SSI.PHP; Need to Kill This; Already Loaded; Fatal Error  (Read 2528 times)

0 Members and 1 Guest are viewing this topic.

doctoreast

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 32

Hi,
   SMF Bridge Adds SSI.PHP; to coppermine. 
I need to Kill This; as it's already being loaded
with my header.php template for member stats;
and thus causing fatal errors.

This is file:
gallery/bridge/smf10.inc.php

HOW DO I KILL SSI.PHP

Code: [Select]

// Switch that allows overriding the bridge manager with hard-coded values
define('USE_BRIDGEMGR', 1);

require_once 'bridge/udb_base.inc.php';

if (!USE_BRIDGEMGR) {
        require_once('../smf/SSI.php');
        $boardurl = 'http://www.mysite.com/board';
} else {
        require_once($BRIDGE['relative_path_to_config_file'] . 'SSI.php');
}






East
« Last Edit: February 09, 2007, 07:40:46 am by GauGau »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: SMF Bridge Adds SSI.PHP; Need to Kill This; Already Loaded; Fatal Error
« Reply #1 on: February 09, 2007, 07:40:26 am »

Not related to initial instal, moving accordingly. Start your threads on the proper sub-board in the future.
You can't "kill" a file - that's simply how PHP works: once functions and constants have been defined, you can't undefine them. We don't know your third party apps anyway, seek support for them somewhere else.
Logged
Pages: [1]   Go Up
 

Page created in 0.014 seconds with 16 queries.