-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
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
SQL Exception while importing more than 100 products #415
Comments
I'm getting the same error, even when I chunk it to small amounts (eg. 10):
Did you find out what was causing it? |
And I'm not even updating the stock.. |
Same error as @barryvdh , additional sometimes I receive an other SQL error related to
I'm not importing anything that is related to the stock.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am trying to import products csv with 3 attributes.
I am trying to update products attributes with CSV with 420 entries it is giving the following error.
SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (
jrs_05
.catalog_product_entity_int
, CONSTRAINTFK_CAT_PRD_ENTT_INT_ENTT_ID_CAT_PRD_ENTT_ENTT_ID
FOREIGN KEY (entity_id
) REFERENCEScatalog_product_entity
(entity_id
) ON DELETE CASCA)Import is working fine up-to 100 products in sheet but not more than that.
Please let me know what can be the issue with it.
Thanks and Regards
Nishant
The text was updated successfully, but these errors were encountered: