Ich bekomme beim Import von Artikeln mit einer CSV Datei folgenden Fehler
Fehler beim Import
An exception occurred while executing ‚INSERT INTO s_articles_attributes (articleID
, articledetailsID
) VALUES(?, ?)‘ with params [„195“, „329“]: SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (usr_p200463_4
.s_articles_attributes
, CONSTRAINT s_articles_attributes_ibfk_1
FOREIGN KEY (articleID
) REFERENCES s_articles
(id
) ON DELETE CASCADE ON UPDATE NO ACTION)
Eine Reparatur der Foreign Keys hab ich probiert.
Aber die Verzeichnisse /cache/doctrine/proxies und /cache/doctrine/attributes hab ich überhaupt nicht…