forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: ifonlyad on April 07, 2006, 05:56:57 pm

Title: Can't login
Post by: ifonlyad on April 07, 2006, 05:56:57 pm
Okay this is the second time this has happened to me and last time I deleted the gallery and started over again.  I tried to login this morning onto my gallery and it said "welcome ..." but then it went back to the main page but I wasn't logged in.  What's up with this?
Title: Re: Can't login
Post by: Sami on April 07, 2006, 07:06:58 pm
what is your cpg version?
is there any chance to see it online?(URL of your CPG)
Title: Re: Can't login
Post by: z fisher on April 07, 2006, 07:55:52 pm
I too am interested in this problem. I have a plain vanilla 1.4.4 installation. I find this problem only occurs with IE. I can usually use Firefox to get in. No idea why it happens. No idea how to fix it.
Title: Re: Can't login
Post by: Joachim Müller on April 07, 2006, 10:09:51 pm
Do as bmossavari suggested then and post a link to your coppermine page ::)
Title: Re: Can't login
Post by: Tranz on April 08, 2006, 04:06:21 am
Maybe some security setting/cookie issue in IE?
Title: Re: Can't login
Post by: z fisher on April 09, 2006, 03:55:51 am
is there any chance to see it online?(URL of your CPG)


Here's my gallery

http://www.cvtu.org/gallery/index.php
Title: Re: Can't login
Post by: kegobeer on April 09, 2006, 04:08:36 am
@z: you have a 1.4.3 installation.  You should upgrade to 1.4.4.

When this happens, does the url change?  Does the www. disappear from the url after you log in?  In order to see this, you'll have to provide a non-admin test user/password.
Title: Re: Can't login
Post by: absintheminded on April 11, 2006, 10:00:22 am
i have the same problem with login in!!! it's utterly annoying. it goes that far: i can hardly login at all 8-) i think there's a problem in the redirecting, but i'm not sure... it's just when you login, you get a welcome message which is fine but when he redirects you again, you're not logged in at all!
Title: Re: Can't login
Post by: absintheminded on April 11, 2006, 10:01:19 am
and normally is hould have the latest version: http://www.absinthe-minded.org/gallery/
Title: Re: Can't login
Post by: Sami on April 11, 2006, 10:15:28 am
Delete all cookies form Tools/internet options.../temporary internet files/Delete Cookies... and try to login
Title: Re: Can't login
Post by: tibu on April 21, 2006, 02:03:43 pm
You could type this in your browser after "login.php": "?clearcookies=1""
so it woulds read "http://www.yoursite.com/yourcopperminedirectory/login.php?clearcookies=1"

My webmail has that option and it is php, so I think that would work. I may even code a "clear cookies" link onto my login page. Maybe someone more familiar with PHP can confirm that is actually a valid method.

I tried adding that on my site when I had a problem and it worked. Login issues seem to occur after I log in and out with different users to test set up's, etc.
Title: Re: Can't login
Post by: Joachim Müller on April 21, 2006, 06:11:24 pm
I've never heard of a GET-var within coppermine that is labelled "clearcookies". Not a function built-into PHP afaik. If this worked for you: fine. However, I think it was just coincidence.