-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
3 exception(s):
Exception #0 (Magento\Framework\DB\Adapter\DuplicateException): SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1096-1077' for key 'temp_category_descendants_68b040da2d848.PRIMARY', query was: INSERT INTO temp_category_descendants_68b040da2d848
(category_id
, descendant_id
) SELECT ce
.entity_id
AS category_id
, ce2
.entity_id
AS descendant_id
FROM catalog_category_entity
AS ce
INNER JOIN catalog_category_entity
AS ce2
ON ce2.path LIKE CONCAT(ce.path, '/%') OR ce2.entity_id = ce.entity_id AND (ce2.created_in <= '1745476200' AND ce2.updated_in > '1745476200') WHERE ((ce.entity_id IN (?))) AND (ce.created_in <= '1745476200') AND (ce.updated_in > '1745476200')
Metadata
Metadata
Assignees
Labels
No labels