Active
Project:
Memetracker
Version:
6.x-1.1-alpha6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Oct 2008 at 09:48 UTC
Updated:
16 Oct 2008 at 19:32 UTC
user warning: Duplicate entry '172-445' for key 1 query: INSERT INTO machinelearningapi_distance_cache VALUES ( 172, 445, 5.26295375824) in /var/www/acquia-drupal-1.0.0-ISR-update/sites/all/modules/memetracker/machine_learning_api.inc on line 228.
user warning: Duplicate entry '173-177' for key 1 query: INSERT INTO machinelearningapi_distance_cache VALUES ( 173, 177, 2.92246603966) in /var/www/acquia-drupal-1.0.0-ISR-update/sites/all/modules/memetracker/machine_learning_api.inc on line 228.
Comments
Comment #1
vinayras commentedI am also getting this error. Can anyone point this issue?
I am using Mysql 4.x and remove the key solves the problem - but i am sure that its is wrong way todo
Thanks
Vinay
Comment #2
vinayras commentedI replaced
with
and it works for me.
Vinay