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
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.
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.
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.
Could this be solved if i put the forum directory inside de gallery one?
gallery
gallery/forum
Thank You
No. Fix the improper redirection. Ask your webhost for support.
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
Then start a new thread posting the required information.
Solved!
I talked to my webhost and they have changed something, and now all works fine.
Thank You