Was having some config issues with entries using importer.
Decided to update to 2.8.0.
All my timezone issues we’re fixed when importing, but now I can access my localization settings via the my account, I get the following error.
A Database Error Occurred
Error Number: 1054
Unknown column ‘date_format’ in ‘field list’
SELECT `timezone`, `language`, `date_format`, `time_format`, `include_seconds` FROM (`exp_members`) WHERE `member_id` = 1
Filename: models/member_model.php
Line Number: 263
So obviously the DB table isn’t being updated with this new column. Fix?