MyBB Community Forums

Full Version: fid2 does not exist!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I get a SQL error when trying to registers a new account or updated a profile saying that "fid2 does not exist in mybb_userfields".

I checked the SQL db and it did not appear to be there, only fid1+3.

How can this be fixed?

Thanks,
Thomas
Are you sure you are using MyBB 1.2.3? I believe this was fixed right after our 1.2.2 release.
I updated the files, but still says i'm using 1.2.2!
You didn't update all the files then. Moving to general support.
I am positive. I have checked many times, and is still the updated version.
Upload your inc/class_core.php
Just to say - the fix is in inc/datahandlers/user.php.
CraKteR Wrote:Just to say - the fix is in inc/datahandlers/user.php.

What do you mean?

I re-uploaded class_core.php and never happened...

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

That's the error.
The fix for that is in the inc/datahandlers/user.php file, re-upload that. But you really should reupload all the files from the 1.2.3 release.
Re-upload that whole directory and nothing changed. Should I change something in that file?
Pages: 1 2