Logout redirection fails after bridging,,, Logout redirection fails after bridging,,,
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Logout redirection fails after bridging,,,

Started by tom03, July 22, 2006, 11:43:56 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tom03

I have the following issue when trying to bridge coppermine and phpBB:
After using bridge method everything works fine and i even used seo to my site except for the logout button it redirects me to this,

Forbidden
You don't have permission to access /gallery/.html on this server

- I tried to disable bridge and the logout works but when i enable it again redirection fails.
- I also tried removing seo and .htaccess still it doesnt solved the problem.

Coppermine install: http://mmcyf.sytes.net/gallery/
Forum install: http://mmcyf.sytes.net/forum/
Coppermine version: cpg1.4.8
Forum version: phpBB 2.0.21
Test user account: test / test

BridgeManager settings:
Forum URL:  http://mmcyf.sytes.net/forum
Relative path to your BBS's config file:  ../forum/
Use post-based groups?:  1

I've searched everything about this issue but i found nothing.... If ever there's already a solution here just give me the links. Thanks in advance!!

Joachim Müller

Disable the SEF_url plugin, it's experimental and not meant to be used on production servers.

tom03

#2
actually I'm not using SEF_url plugin (I know it's experimental) I have installed different SEO plugin that works...

- It's stated on my first post that i removed the seo plugin and .htaccess and still the same.
- I made backup and reinstall gallery without that plugin and not bridging to phpbb the logout works, then tried to use bridging method then redirection fails.

Ok, if you want to see, I will disable my SEO plugin.... and the problem still there.

Joachim Müller

Something is adding the surplus ".html" at the end. I suspect it's your SEO mechanism, that's why I told you to turn it off.
As an alternative, you could edit your .htaccess file and redirect the missing URL to something that actually exists.

Nibbler

The issue is really in phpbb, it's their code that handles redirection back to the gallery. You could either add a redirect manaully as suggested or disable any attempt to redirect back after logout in the bridge file.

tom03

#5
Thanks, some suggestions already been done though, still looking forward for other solution coming from you and for the mean time I'm trying to find out what causes it.   ;)

tom03

Thats it as of now, I changed some redirection code in bridge file..... then I placed a php file in the forum folder to redirect back to cpg folder after logging out.  ::) Thanks