Hi,
I am trying to reproduce a site on my local server (Mamp) for updates, but keep getting a blank screen after trying to log in to the Control Panel.
After turning on error reporting, the error I see is:
MySQL ERROR:
Error Number: 1054
Description: Unknown column ‘username’ in ‘where clause’
Query: SELECT count(*) AS count FROM exp_password_lockout WHERE login_date > 1296926341 AND ip_address = ‘xxx.x.x.x’ AND (user_agent = ‘Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en’ OR username = ‘admin’ )
(Changed username and IP)
I see some people have similar issues on the forums but no fix. The website itself is visible, it’s just the Control Panel that is blank.
I saw this bug report too, but I don’t see how it could be related, when the same username / password combo works fine on the live site.
https://support.ellislab.com/bugs/detail/11156/
EE 1.6.9
Build: 20100430
Thanks in advance.
Cormac