I am getting lots of db errors as duplicate entries like this :
Code:
Invalid SQL: INSERT INTO dbtech_trating_temp
(
userid,
threadid,
instanceid,
questionid,
rating,
rating_date
)
VALUES
(
75167,
37523,
1,
1,
10,
1371329197
);
MySQL Error : Duplicate entry '75167-37523-1' for key 'user_thread'
Error Number : 1062
May be members are clicking multiple times the Rate It or Change it link ? Not sure if we can disable the links until its processed.