im using Magento-Shopsystem 1.9.0.1. A Transaction is failing occuring error message below:
SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (deko_production
.sales_flat_order_payment
, CONSTRAINT FK_SALES_FLAT_ORDER_PAYMENT_PARENT_ID_SALES_FLAT_ORDER_ENTITY_ID
FOREIGN KEY (parent_id
) REFERENCES sales_flat_order
(entity_id
)
Does someone know what that means?
Thank you in advance
Hakan