I originally had my phpBB forum set up and then added coppermine. I used the bridge manager to bridge Coppermine and phpBB2.0.22.
When I click "login" in Coppermine, it takes me to the phpBB login form. I login but it takes me to the parent site of my page. When i go to my coppermine site, it says I'm logged in.
I´ll think the problem is ~ in address. Anyone got ideas, how to redirect to coppermine again?
Coppermine install: http://kapsi.fi/~kalppis/coppermine/cpg1410/
Forum install: http://kapsi.fi/~kalppis/foorumi/phpBB2
Coppermine version: cpg1.4.10
Forum version: phpBB2.0.22
Test user account: test / test
BridgeManager settings:
Forum URL: http://kapsi.fi/~kalppis/foorumi/phpBB2
Relative path to your BBS's config file: ../../foorumi/phpBB2/
Use post-based groups?: 0
Cookie name/preifx (if applicable): phpbb2mysql
You have a strange setup: why do you have both your gallery and your forum nested two folders deep within your webroot? Doesn't make sense imo. I suggest moving both your forum (from http://kapsi.fi/~kalppis/foorumi/phpBB2/ to http://kapsi.fi/~kalppis/foorumi/) as well as your gallery (from http://kapsi.fi/~kalppis/coppermine/cpg1410/ to http://kapsi.fi/~kalppis/coppermine/).
You don't have indexes set up properly - going to a folder that contains an index file, you don't see the index file but the content of the folder. That's improper webserver setup imo. If you're on a Unix/Linux-driven server with apache I suggest using .htaccess in http://kapsi.fi/~kalppis/ and settingOptions -Indexes
there.
When clicking on the login link in coppermine, I get sent to http://kapsi.fi/~kalppis/foorumi/phpBB2/login.php?redirect=../../../~kalppis/coppermine/cpg1410/ (note the redirect parameter that goes three level up into the webroot of kapsi.fi and then down again into your sub-folder ~kalppis and on into your coppermine and cpg1410 folders). I'm not sure, but this seems strange to me.
Your issue may or may not be related to the tilde in your URL (I confess that I haven't tested this on my local testbed). Maybe someone else can give you a better answer on that. However, I suggest re-structuring your folder nesting in the first place.
ok, ill changed setup. Now gallery is in http://kapsi.fi/~kalppis/galleria and forum in http://kapsi.fi/~kalppis/foorumi. Now login-page redirects me to kapsi.fi/~kalppis
Oh, Sorry. Same login-problem still.
Working smooth as butter for me. I left a test comment (please delete it) to show you http://kapsi.fi/kalppis/galleria/displayimage.php?pos=-40
Maybe it's cause both pathes work now??? kalppis and ~kalppis
Yeah, it´s working now. Thanks to every1! Problem was ~, but it works without it.