I'm having a strange problem following a site move. The move seemed ok, but I cannot login with any account. I don't receive a message, no failure or success. The site simply plucks me back to the login page. I was able to successfully register a new user (which is unable to login), request a password change and was still unable to login.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Keith Rockhold@KeithRockhold

Keith Rockhold - 0 likes
- Keith Rockhold@KeithRockhold

Keith Rockhold - 0 likes
- jimbob@jimbob

jimbob - 0 likes
- Cash@costelloc

Cash - 0 likes
- checking your site entity url
- checking the .htaccess file
- installing the live http headers addon for Firefox and watching the Elgg session cookie value. When you click submit on the login page, you should see a 302 sent from the server with a Set-Cookie command. Then an immediate GET from the browser that includes this cookie. If the cookie value has changed, you probably have some sort of path/url issue.
- alfalive@alfalive

alfalive - 0 likes
You must log in to post replies.also: upgrade.php worked perfectly well and I have cleared my site cache in the data directory.
lastly, the log shows for every login, an update to user with no subtype, immediately after.
Try deleting your browser cache and cookies and try again. I've had the same issue (albeit for a different reason) as this sorted it out.
Interesting problem. I recommend:
@Keith
already tried different urls one with www and without.
example
http://www.yourseite.com
http://yoursite.com
?