Bridging disabled by update Bridging disabled by update
 

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

Bridging disabled by update

Started by Anhinga, September 15, 2005, 07:14:44 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Anhinga

I've just updated my Coppermine gallery from version 1.3.3 to 1.3.4, and after following the steps listed at http://coppermine-gallery.net/demo/cpg13x/docs/index.htm#upgrade , I've found that the Coppermine gallery on my domain is no longer bridged with the SMF forum there.  I remembered to make the necessary changes to the new bridge file before uploading it; the part of the bridge I've changed is as follows:

// Set this to the location of your Settings file:
$path = '../polaris';

// Comment this out if you want to default user's group to 'Registered'
// rather than using Post Count based groups.
define('USE_POST_GROUPS', 1);

// Set the names of implied groups here
define('CM_ADMIN_GROUP_NAME', 'Administrators');
define('CM_MEMBERS_GROUP_NAME', 'Registered');
define('CM_GUEST_GROUP_NAME', 'Anonymous');
define('CM_BANNED_GROUP_NAME', 'Banned');
define('CM_GMOD_GROUP_NAME', 'Global Moderators');


My domain's Coppermine gallery is located at http://www.snakebird.net/gallery/ , and it's bridged with an SMF forum at http://www.snakebird.net/polaris/ .  I've created a test account with the username "Test" and the password "gallerytest", but this will probably apply only to the forum until I can make it bridge with gallery again.

Does anyone know how to re-enable bridging with the update?

EDIT:  To clarify my question, are there additional changes I'll need to make in the bridge file?  The rest of the code is below a line that says "Nothing to edit below this line", but I seem to recall that there were additional changes I needed to make below it when I first activated the bridge.

Another edit:  I just remembered I need to alter init.inc.php also, and after doing that it seems to work.  Are these the only files I'll need to alter when updating?  (Other than updating the database by running update.php?)

kegobeer

The bridge and init.inc.php are all you have to edit.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots