MyBB Community Forums

Full Version: Merge 2 Users: Internal Server Error UFID
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey all! I'm trying to merge two users. I'm getting this error when I press merge on them:

MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')' at line 1
Query:
DELETE FROM mybb_userfields WHERE ufid IN()

Any idea what can be causing that?
ufid isn't a column (I don't think) and there should be a value between IN().

Looks like an unfinished query was shipped.
Unfortunately seems to be the case. Oh well. No merging users for now Thanks!