Spacefish / powerdns-webinterface

Automatically exported from code.google.com/p/powerdns-webinterface
Apache License 2.0
10 stars 4 forks source link

Unknown column 'lastLogin' in 'field list' #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
when I logged in

What version of the product are you using? On what operating system?
1.4.1

Please provide any additional information below.

Database connection failed: Unknown column 'lastLogin' in 'field list'
#0 /home/wwwroot/ns1.trustv.us/web/lib/DB.php(84): DB->connect()
#1 /home/wwwroot/ns1.trustv.us/web/lib/DB.php(100): DB->_doQuery('SELECT data 
FRO...')
#2 /home/wwwroot/ns1.trustv.us/web/lib/Session.php(44): DB->getOne('SELECT data 
FRO...')
#3 /home/wwwroot/ns1.trustv.us/web/lib/Base.php(74): 
Session::get(Object(Application))
#4 /home/wwwroot/ns1.trustv.us/web/lib/Page.php(42): 
Application->__get('Session')
#5 /home/wwwroot/ns1.trustv.us/web/lib/Page.php(47): Page->doAssigns()
#6 /home/wwwroot/ns1.trustv.us/web/lib/Base.php(34): Page->render()
#7 [internal function]: Application::exceptionHandler(Object(Exception))
#8 {main}

Original issue reported on code.google.com by catd...@gmail.com on 29 May 2012 at 11:45

GoogleCodeExporter commented 9 years ago
This seems to be a problem with your databse schema, please add the column 
"lastLogin" as a datetime field to the users table!

Original comment by timo.witte on 23 Jul 2012 at 4:48