MyBB Community Forums

Full Version: Mysql error 1062 on 1.2.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can anyone give me the queries to run?

This is old:

http://community.mybboard.net/showthread...6#pid63466

I tried that, it doesn't query right
Please paste the exact query error message so we know which table it is affecting.
Kujila hit me on AIM.
Chris Boulton Wrote:Please paste the exact query error message so we know which table it is affecting.

It's an increment error I think. After a single new thread is made, whenever a new message is attempted to be created, it says:


MySQLi error: 1062
Duplicate entry '0' for key 1
Query: INSERT INTO mybb_threads (fid, subject, icon, uid, username, dateline, lastpost, lastposter, views, replies, visible) VALUES ('3', 'fh', '0', '1', 'Kujila', '1159585483', '1159585483', 'Kujila', '0', '0', '1');

labrocca Wrote:Kujila hit me on AIM.

Sorry, I had to go to a get-together and was unable to contact you
Errors fixed for Kujila...there was auto-increments missing in some tables.
Thanks for sorting it out, labrocca.

Chris