MyBB Community Forums

Full Version: Unknown column 'fid2' in 'field list'
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I use the admin CP to change a user's primary usergroup to one of my custom groups, I get this.

MySQLi error: 1054
Unknown column 'fid2' in 'field list'
Query: INSERT INTO mybb_userfields (ufid, fid1, fid2, fid3) VALUES ('356', '', '', '');

The group gets changed OK, but I'm still worried...
register become , this mistake is coming
MySQL error: 1054
Unknown column 'fid1' in 'field list'
Query: INSERT INTO mybb_userfields (ufid, fid1, fid2, fid3) VALUES ('475', '', '', '')

MyBB ver 1.2.3
You did not upload all the latest files.
okay thanks