hallo
ich bekomme folgende Fehlermeldung wenn ich neue Artikel mit Varianten importieren möchte
Fehler beim Import
An exception occurred while executing ‘INSERT INTO s_articles_attributes (articleID
, articledetailsID
) VALUES(?, ?)’ with params [“3685”, “7865”]: SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (trgktdhc7
.s_articles_attributes
, CONSTRAINT s_articles_attributes_ibfk_1
FOREIGN KEY (articleID
) REFERENCES s_articles
(id
) ON DELETE CASCADE ON UPDATE NO ACTION)
wie kann ich das Problem beheben?
danke