How to Integrate Coppermine with SMF How to Integrate Coppermine with SMF
 

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]

Main Menu

How to Integrate Coppermine with SMF

Started by adnan, May 15, 2006, 09:46:41 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

adnan

Hi there ,

I see this instructin for integrade cgp145 with SMF 1.1 rc2  :

In /include/init.inc.php, find:
// define('UDB_INTEGRATION', 'smf');

Replace with:
Code:

define('UDB_INTEGRATION', 'smf');


In /bridge/smf.inc.php, find:
$path = '../smf';


Replace /smf with the directory you have your SMF forum installed in.  If SMF is installed in your root directory, remove smf leaving you with $path = '../';.

Once all necessary changes have been made, upload Coppermine to its own directory (examples: /coppermine, /gallery, /album).  Once uploaded, run install.php.  Make sure you install Coppermine on the same database as that of your SMF forum.  Once installed, your new Coppermine gallery will be up and ready for use

---------------------------
but I can't found the word smf in init.inc.php
also there is smf10.inc.php in bridge folder that I think this file is working for smf 1.x ! please help me for integrade to sms 1.1 rc2 .

Thanks

Joachim Müller

Quote from: adnan on May 15, 2006, 09:46:41 AM
I see this instructin for integrade cgp145 with SMF 1.1 rc2  :
Who said so? Instructions can be found in the docs. Read the sticky thread on this board if you need help.

adnan

I read in this link :
http://www.simplemachines.org/community/index.php?topic=41542.0

So , I don't need any change in cgp 145 files and just run setup ?

Joachim Müller

The topic you refered to is for cpg1.3.x (see Nibbler's reply on the very thread you quoted), it doesn't apply for cpg1.4.x

To accomplish stuff related to Coppermine, it's better to read our documentation, not the documentation posted somewhere else (thrid-party stuff).

Docs: 5. Integrating the script with your bulletin board
Sticky Thread: When requesting bridge support - mandatory!