Hi everyone,
I've got a problem and although I've tried and searched the forums, I haven't find any solution.
The problem is that when a regular (registered, not admin) user wants to login, the page just refreshes and nothing happens, just the values disappear from the login form.
When admin tries to login, everything works perfectly; if wrong password is entered for admin, error message appears. If anyone enters a username under which no one has signed up (that username is not in the database), that username stays in the form even after trying to login, no message appears. - That all means this works perfectly, I guess...
It's the same with trying to login not from index but from a concrete thread. Admin may post and login with no problem, anonymous user who just types a nickname has their message sent with their nick but when registered user types a message, username and password, the message is sent as from Anonymous.
I had thought there could be a problem with cookies but all the setting seems to be fine...
$cookiedomain=''; $cookiename='miniBBsite'; $cookiepath=''; $cookiesecure=FALSE; $cookie_expires=108000; $cookie_renew=1800;
I believe that I had only changed the things which I had been told to change... If anyone wanted to know... the site is http://www.havr-hocz.wz.cz
Well - does anyone know what could be the problem?
If anyone helps - Thank you very much Karry |