Hive Error

Dominatez

Member
Hi,

I am seeing this in the hiveExt.log file.

2013-06-23 13:52:42 Database: [Error] Error 1062 (Duplicate entry '123456789' for key 'uq_profile') in MySQLStmtExecute SQL: 'insert into profile (`unique_id`, `name`) values (?, ?) VALUES("123456789", "Vytas")' <---- ID CHANGED
2013-06-23 14:54:59 Database: [Error] Error 1062 (Duplicate entry '987654321' for key 'uq_profile') in MySQLStmtExecute SQL: 'insert into profile (`unique_id`, `name`) values (?, ?) VALUES("987654321", "steelaw")' <---- ID CHANGED

They are going from Id numbers 1 to 3 to 5 to 7 to 9

These errors are generated after the creation of a new player joining for the 1st time.

Also seeing reports of things doubling up.

Forgot to say. Clean install, new database and using Lingor (Skaro)
 
Back
Top