MyBB Community Forums

Full Version: MySQL Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys,

I am trying to edit somebodys user settings on my forum (http://www.habmasters.com/forum/) and I keep getting this mySQL error every time I click 'Save Changes'. Can anybody make sense of this? And if possible, how to fix it?

The error is below :

Quote:MySQL error: 1062
Duplicate entry '118' for key 1
Query: INSERT INTO mybb_modoptions (uid, cpstyle, notes, permsset, caneditann, canmodposts, canban) VALUES ('118', 'Axiom', '', '1', 'yes', 'yes', 'yes')


Thanks in advance,
Alex
This error has come up quite a bit. It's regarding the Mod CP plugin. See the following thread for help:

http://community.mybboard.net/showthread...#pid200819
Ok, thanks for the help Smile