View Single Post
  #2  
Old 29th February 2016, 16:22
Chez's Avatar
Chez Chez is offline
Senior Member
 
Join Date: Sep 2011
P2P
Posts: 278
Default
Its pretty simple. Field "last_login" doesn't have a value like "TRUE" or "FALSE" or "0" or anything else. So you need to set a value for that field and it will work.
You'll need to set this in your database.

This is a correct field:
PHP Code:
`last_logindatetime NOT NULL default '0000-00-00 00:00:00'

0000-00-00 00:00:00 is the default value
__________________
http://www.bvlist.com/images/avatars/signaturepics/sigpic16443_2.gif
Reply With Quote
The Following User Says Thank You to Chez For This Useful Post:
flkennard (29th February 2016)