I got an error when upgrading. Error given is Failed: PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'superfish_itemcount_1' for key 'PRIMARY': UPDATE {variable} SET name = REPLACE(name, :old, :new) WHERE name LIKE :name; Array ( [:old] => count [:new] => itemcount [:name] => superfish_count_% ) in superfish_update_7100() (line 53 of /etc/drupal/7/sites/all/modules/superfish/superfish.install).
Comments
Comment #1
edg commentedUsing the Variable Check module I found 2 invalid variable entries in Superfish:
superfish_arrow_1 s:4:"1";
superfish_shadow_1 s:4:"1";
Probably explains this error message when trying to upgrade from Drupal 6.20 to 7:
Update: I thought I was using version 6.x-1.8 but checking again I see that it's 6.x-1.6, so this may have been fixed in later version...
Comment #2
mehrpadin commentedHey there,
Fixed as of v1.9-beta3 :) thank you both.