I upgraded to 2.2.2 last night and this morning when folks login they get the following error:
A Database Error Occurred
Error Number: 1054
Unknown column ‘in_forum’ in ‘field list’
UPDATE `exp_online_users` SET `member_id` = 1, `name` = 0, `ip_address` = ‘xx.xx.xx.xxx’, `in_forum` = ‘n’, `date` = 1315280646, `anon` = ‘n’, `site_id` = ‘1’ WHERE `ip_address` = ‘xx.xx.xx.xxx’ AND `member_id` = 1
Filename: modules/member/mod.member_auth.php
Line Number: 499
If they go back to the index page of the site they are then logged in, so the login process occurs, but there’s still clearly something wrong that I need to fix.
(IP address xx’d out for privacy.)