Problems with YabbSE and Coppermine integration Problems with YabbSE and Coppermine integration
 

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

Problems with YabbSE and Coppermine integration

Started by spug, August 18, 2004, 01:41:09 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

spug

Hi!

I'm running YabbSE 1.5.5 and Coppermine 1.3.0 in the same db and both the programs are working fine on their own. But when I enable bridge I can't log into gallery at all. When I log into forum and click gallery I should be logged in as well, but I'm out. If I try to log in gallery I end up logging into forum where I'm already logged in. So the bridge isn't working the way it should is it.

My forum is @ www.sportpug.com/spforum - cookie: spforum2003V1
Gallery is @ www.sportpug.com/spgallery - cookie: spgallery2004V1

Forum account user: tester passwd: tester

// Modify the value below according to your Board installation               //
// ------------------------------------------------------------------------- //

// Set this to the location of your Settings file
require_once("../spforum/Settings.ph");

// ------------------------------------------------------------------------- //
// Nothing to edit below this line
// ------------------------------------------------------------------------- //

What should I do?

EDIT: Link is corrected now and testuser account created.

photoman13

first there is nothing at the link you posted.

next.. make sure your cookies are named differently.

If that don't work.. got me!

Nibbler

Can you please post real links, preferably with a test forum account.

spug


Nibbler

Your forum is setting cookie with a cookie path of '/spforum/' - it has to be '/' for coppermine to be able to read them.

spug

Thank you very much. I'll try to take a look at the yabb how to change cookie settings for now on.  8)

Joachim Müller

Quote from: spug on August 18, 2004, 01:41:09 PMrequire_once("../spforum/Settings.ph");
http://www.sportpug.com/spforum/setting.ph is not there, it should be
Quoterequire_once("../spforum/Settings.php");

GauGau

spug

Forum settings file is @ http://www.sportpug.com/spforum/Settings.ph

Our service provider runs .php in safemode and .ph in normal mode. All the links in Forum and Gallery code have been corrected to point out to right files. Forum and Gallery run correctly on their own so this shouldn't be the problem is it.  :-\\

spug

Yes thank you again. We managed to get our gallery bridge working when we changed forum cookie setting described above.

Unfortunately we can't use it because we have many hidden albums and 3 usergroups to see all those albums but you can define only one usergroup to access hidden album. And for some reason an anonymous user can't see personal galleries ("There was an error while processing a database query") but when logged in (for instance registered) you can. And when using standalone mode without bridge then this will not happen.  :-\\

Joachim Müller

enable debug mode in coppermine config to see what query actually fails when the unlogged users get's the error message.

GauGau

spug

I updated Gallery to 1.3.2 and now problems with anonymous not seeing private galleries is solved.

But we still have one problem which may be a bug. When using yabbse bridge 1.3.2 admin can't see hidden albums at all. If I disable bridge admin can see all the albums. What may be wrong?