Posts by Luan Alves • 9 points
2 posts
-
1
votes1
answer923
viewsA: Integrity Constraint Violation: 1062 Duplicate entry
the solution was delete ci FROM catalog_product_super_attribute as ci left join catalog_product_entity as ce ON ci.product_id = ce.entity_id;
-
-3
votes1
answer923
viewsQ: Integrity Constraint Violation: 1062 Duplicate entry
SQLSTATE[23000]: Integrity Constraint Violation: 1062 Duplicate entry '202-564' for key 'UNQ_CATALOG_PRODUCT_SUPER_ATTRIBUTE_PRODUCT_ID_ATTRIBUTE_ID', query was: INSERT INTO…