SMF 2.0 RC1 and Coppermine Bridge SMF 2.0 RC1 and Coppermine Bridge
 

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

SMF 2.0 RC1 and Coppermine Bridge

Started by gav240z, September 09, 2009, 12:44:52 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gav240z

Hi everyone,
Just posting this here so that others may find it useful. I recently upgraded to SMF 2.0 RC1, I previously had SMF 1.1.10 bridged with Coppermine. The SMF upgrade went smoothly, but the bridge no longer functioned.

I looked at my CPG bridge files and noticed 2 php files:

/bridge/smf10.inc.php
/bridge/smf20.inc.php


I quickly examined both and determined that obviously 1 was for SMF 1.0 and 1 for SMF 2.0

Not being able to find any configuration files in coppermine to change values of I decided to look in the database.

A quick look here and I found the table.
cpg132_bridge

Your table name may vary because mine are from when I initially installed cpg and the version was 1.3.2 or at least I think that's it.

anyway in this table is a row:
short_name

its value field is smf10

Change this value to smf20

Its as simple as that. My bridge started working again no problems.

Hope someone else finds this useful.

Nibbler

Recommended way is to use the bridge manager to unbridge from SMF1 and then re-bridge to SMF2.

gav240z

Yeah unfortunately I hadn't done that and as a result when I tried to login to Coppermine it wouldn't let me in. So I had to modify the DB.

I figured I'd post this for people in case they did the same thing as me.

Joachim Müller

We appreciate your readiness to help others. Yet the recommended solution is the one we describe in our documentation and not the one you propose.