Hi, I just installed new version of CPG (1.4.2) on my site, I bridged it with my forum (PHPBB2 ver 2.0.18) but I've a problem with login and logout from the gallery:
I have the following issue when trying to bridge coppermine and XXX:
When I click the login button in gallery and put the username and password in the forum login form (correctly) the page where I am redirected is not found in the server. I find that the path to redirect is wrong: the path include also the domain name string (absolute path) instead of the relative path. For example: http://www.venicecanoe.com/forum/..www.venicecanoe.com/photo/?sid=039bef6a76d2864c6840a5388459cb3d
this is the url that is loaded after authentication, as you can see there is www.venicecanoe.com that is wrong.
I have similar problem with the logout procedure, always from gallery.
However the login and logout procedures work.
Coppermine install: http://www.venicecanoe.com/photo/
Forum install: http://www.venicecanoe.com/forum/
Coppermine version: cpg1.4.2
Forum version: phpBB2 v. 2.0.18
Test user account: test/test
BridgeManager settings:
Forum URL: http://www.venicecanoe.com/forum
Relative path to your BBS's config file: ../forum/
Use post-based groups?: 1
I run versionchecker and it seems to be everything updated.
Thank's a lot
What do you have set as your site url in config ? Add the http:// at the front to make it a proper url. Coppermine won't work properly otherwise.
Wow, thank's a lot for this speedest answer. Now gallery works.
Thank's again.
Bye