You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have identified another issue that might be related: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (db.getresponse_cart_map, CONSTRAINT GETRESPONSE_CART_ MAP_CART_ID_QUOTE_ENTITY_ID FOREIGN KEY (cart_id) REFERENCES quote (entity_id)), query was: DELETE FROM quote WHERE (entity_id='12345') in /vendor/magento/framework/DB/Statem
Error message:
Unable to delete expired quote (ID: 517019): PDOException: SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (
db
.getresponse_cart_map
, CONSTRAINTGETRESPONSE_CART_MAP_CART_ID_QUOTE_ENTITY_ID
FOREIGN KEY (cart_id
) REFERENCESquote
(entity_id
))Steps to reproduce:
Final result:
Magento 2 is going to produce the error during the attempt to clean up the expired quotes.
The text was updated successfully, but these errors were encountered: