We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi We installed this module and save the attachment. Showing error message as 'Integrity constraint violation'
Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (ixlew_db.ecomteck_product_attachment_title, CONSTRAINT FK_6629C9E48EB0D82A41FA68599DD71E1A FOREIGN KEY (attachment_id) REFERENCES ecomteck_product_attachment (id) ON DELETE CASCADE), query was: INSERT INTO ecomteck_product_attachment_title (attachment_id, store_id, title) VALUES (?, ?, ?)
Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (
.
, CONSTRAINT
FOREIGN KEY (
) REFERENCES
(
) ON DELETE CASCADE), query was: INSERT INTO
,
) VALUES (?, ?, ?)
Can you please check and let me know?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
We installed this module and save the attachment. Showing error message as 'Integrity constraint violation'
Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (
ixlew_db.
ecomteck_product_attachment_title, CONSTRAINT
FK_6629C9E48EB0D82A41FA68599DD71E1AFOREIGN KEY (
attachment_id) REFERENCES
ecomteck_product_attachment(
id) ON DELETE CASCADE), query was: INSERT INTO
ecomteck_product_attachment_title(
attachment_id,
store_id,
title) VALUES (?, ?, ?)
Can you please check and let me know?
The text was updated successfully, but these errors were encountered: