Forums / Setup & design / Login problem revisited!
Felix Laate
Monday 08 March 2004 5:29:11 am
Hi all!
I'm experiencing problems logging on a ez 3.2-1 system on a box running apache 2, mysql 4 and php 4.3.x. When I log on as admin, I simply get the login-page again (and again). If I misspell username or password, I get the proper message. The system check my input, but when it supposed to kick me into the system it fails.
I tried it on browsers Moxilla 1.5 and IE 5.5. I enabled cookies and every other possible thing that could be enabled.
Debuging gives no clue.
Felix
Publlic Relations Manager Greater Stavanger www.greaterstavanger.com
Kåre Køhler Høvik
Monday 08 March 2004 5:56:12 am
Hi
Try to clear the ezsession table in the database, and try again.
--Kåre Høvik
Kåre Høvik
Balazs Halasy
Monday 08 March 2004 7:13:25 am
What Kåre means is this:
Fire up the SQL interface (for example "mysql -u username" etc.), select/specify/set the correct database and tell the system to execute the following: "delete from ezsession;"
Balazs
Monday 08 March 2004 11:38:51 pm
Köszönöm :-)
I will try it out and come back with a full report!
Mark Marsiglio
Wednesday 10 March 2004 5:18:39 am
I ran into this same problem yesterday after moving my 3.2.4 site to a new server. I cleared the ezsession table, and that fixed it. Thanks for the easy fix, a few months ago when this happened we spent a lot of time trying to figure out why...
http://www.thinkcreative.com Turning Ideas Into Strategic Solutions
Wednesday 10 March 2004 5:51:19 am
Just wanted to say thanx again..
Now the system runs like a dream!