coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: mirata on October 27, 2006, 10:49:12 AM

Title: Problem Loging In from Coppermine
Post by: mirata on October 27, 2006, 10:49:12 AM
Hello I had Briged Coppermine an PhPBB, and all was allright. Now i have moved to another server and it gives me problems to login and logout form Coppermine.

From PhPBB I can Logging an Logout allright, and it logs me to the gallery to. But when I click login or logout in the gallery it links me to de base path of the web.

Is there something wrong with the server?

Thank You


Coppermine install: http://www.lasalle.es/zarautz/galeria/
Forum install: http://www.lasalle.es/zarautz/foro/
Coppermine version: cpg1.4.8
Forum version: PhpBB 2.0.21
Test user account: test / test

BridgeManager settings:
Forum URL:  http://www.lasalle.es/zarautz/foro
Relative path to your BBS's config file:  ../foro/ 
Use post-based groups?:  1
Cookie Prefix: phpbb2mysql

Forum Cookies Settings:
Cookie domain:
Cookie name:phpbb2mysql
Cookie path: /
Cookie secure: Disabled
Session length : 3600
Title: Re: Problem Loging In from Coppermine
Post by: Nibbler on October 27, 2006, 05:47:23 PM
You have some kind of security feature setup that redirects any requests containing ../ to the root of your site. Login/logout redirection cannot work under such conditions since the path to redirect back to cannot be passed to phpbb.
Title: Re: Problem Loging In from Coppermine
Post by: mirata on October 28, 2006, 05:19:42 PM
Sorry but if you try this links
http://www.lasalle.es/zarautz/galeria/a.htm

I have put a link from galeri directory to the formuma href="../foro" an it work allright.
Title: Re: Problem Loging In from Coppermine
Post by: Nibbler on October 28, 2006, 05:27:18 PM
In your example there is no request that contains ../ so it tells you nothing.

Now go to your gallery and search (http://www.lasalle.es/zarautz/galeria/search.php) for lalala../lalala and see what happens.
Title: Re: Problem Loging In from Coppermine
Post by: mirata on October 30, 2006, 10:43:20 AM
Could this be solved if i put the forum directory inside de gallery one?

gallery
gallery/forum

Thank You
Title: Re: Problem Loging In from Coppermine
Post by: Joachim Müller on October 30, 2006, 10:45:15 AM
No. Fix the improper redirection. Ask your webhost for support.
Title: Re: Problem Loging In from Coppermine
Post by: C_Doc on November 04, 2006, 05:33:07 PM
I'm having this same problem, on my own machine running php/mysql, etc..   If I knew what setting to modify in my PHP.ini I'd do it, but so far, no good..  :-\

Both my forum and gallery are working fine, but when I log into the gallery from the phpbb login screen, I get sent to a URL that's missing the "index.php", but has the ?ID=blahblah, and when I logout of my gallery, I get dumped into the root of my gallery, instead of going back to index.php as an unlogged user

Title: Re: Problem Loging In from Coppermine
Post by: Nibbler on November 04, 2006, 06:41:12 PM
Then start a new thread posting the required information.
Title: Re: Problem Loging In from Coppermine
Post by: mirata on November 10, 2006, 12:10:21 AM
Solved!
I talked to my webhost and they have changed something, and now all works fine.

Thank You