coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: radianation on August 22, 2004, 01:46:59 PM

Title: CPG + SMF w/latest Bridge = login loop
Post by: radianation on August 22, 2004, 01:46:59 PM
When I go to the coppermine page I need to click on login and it takes me to SMF as expected (even if I'm already logged in to SMF). I login again, and I'm right back at SMF. I manually change the URL to coppermine and sure enough I'm not logged in.

Any ideas?
Title: Re: CPG + SMF w/latest Bridge = login loop
Post by: Joachim Müller on August 22, 2004, 11:52:11 PM
you probably haven't set up bridging corretly. Post a link and test account (non-admin).

GauGau
Title: Re: CPG + SMF w/latest Bridge = login loop
Post by: radianation on August 23, 2004, 12:31:59 AM
Should the account be set up using coppermine w/o bridging or with SMF w/bridging setup?
Title: Re: CPG + SMF w/latest Bridge = login loop
Post by: Joachim Müller on August 23, 2004, 12:34:50 AM
enable bridging and the post an account set up in your bbs. What use should a coppermine account have if you have a bridging problem?

GauGau
Title: Re: CPG + SMF w/latest Bridge = login loop
Post by: radianation on August 23, 2004, 01:10:44 PM
I'm working with the nice folks at SMF on a snitz -> smf conversion at the moment, so my smf installation is not 100% stable. As soon as this is resolved I will post a test account. Who knows, the problem may resolve itself after fixing the other bugs. I'll get back to you on this. Thanks!
Title: Re: CPG + SMF w/latest Bridge = login loop
Post by: radianation on August 29, 2004, 05:04:46 AM
http://www.thesilents.org/gallery/ <- Coppermine
http://www.thesilents.org/forum/ <- SMF

Login = testuser
pw = test

Thanks!
Title: Re: CPG + SMF w/latest Bridge = login loop
Post by: Joachim Müller on August 29, 2004, 12:21:19 PM
This is a cookie issue: your coppermine gallery uses cookie name "cpg132_data", cookie path "/", while your board doesn't use a cookie, but sessions only. Unless you have disabled cookie usage for a very good reason in smf, re-enable it in smf config. Coppermine needs the smf cookie as well.

Joachim
Title: Re: CPG + SMF w/latest Bridge = login loop
Post by: radianation on August 29, 2004, 09:30:31 PM
My board should be using cookies. I think I had to set it to local mode. Now that I know it's simply a cookie issue I'll test it again. Thanks.