Recent Topics

1 Nov 03, 2012 02:08    

My b2evolution Version: 4.1.x

Since yesterday, and without having changed any settings (in fact, without having logged in to my blogs for like a month), I cannot access the backoffice anymore. None of my usernames/passwords is recognized, and the email for resetting the password is never sent. I am effectively denied from posting or changing anything. None of these solutions http://forums.b2evolution.net/viewtopic.php?t=13945 worked.

Any help?

2 Nov 03, 2012 02:17

Update: sending a test post via an external application (Raven2Go) DID work. But I can't access the backoffice from there, so I cannot change my password or any settings. This is making me mad. :(

3 Nov 03, 2012 07:02

Are you sure that you've changed the password in the right database? This method can't fail. You must be editing another database or a table with different prefix.

4 Nov 03, 2012 07:22

I am sure. Plus, I only changed the password for one user, but NONE of my user/password combinations works. And the emails for resetting the password NEVER get sent.

Also, given that I'm able to post from the external application, I already know the password has been changed successfully. But I can't login.

5 Nov 03, 2012 07:24

well, that's a different story then.

Enable debug in /conf/_advanced.php and post here the part where it lists session/login info.

6 Nov 03, 2012 07:35

Sorry, I had posted the whole chunk without realizing what you wanted. I think you want this:

request:
vars: vars: Getting ReqURI from REQUEST_URI
vars: $ReqHost: http://www.lalaurette.com.ar
vars: $ReqURI: /blog/htsrv/login.php
vars: $ReqPath: /blog/htsrv/login.php
Hit: detect_referer(): self referer (://www.lalaurette.com.ar)
Hit: IP: 190.50.35.224
Hit: UserAgent: Opera/9.80 (Windows NT 5.1; U; en) Presto/2.10.289 Version/12.02
Hit: Referer: 'http://www.lalaurette.com.ar/blog/admin.php?ctrl=items&action=new&blog=1'; type=self
Hit: Remote Host:
Session: cookie_domain=.lalaurette.com.ar
Session: cookie_path=/blog/
Session: Session ID received from cookie: 2899139
Session: Session ID is valid.
Session: Session user_ID: NULL
Session: Session data loaded.
Login: login: NULL
Login: pass: empty
Login: User is trying to log in.
Hash key: 40
Hit: Recording the hit.
Hit:detect_useragent(): Agent name: opera
Hit:detect_useragent(): Agent platform: win
Session: Session data saved!

7 Nov 03, 2012 07:37

(And no, it's not a browser issue. Chrome does the same thing, as does Firefox.) :-/

8 Nov 03, 2012 07:39

This is suspect, right?

Query #8: Get User login

SELECT *
FROM evo_users
WHERE user_login = ''

I mean, should that string be empty?


Form is loading...