Skip to content

Instantly share code, notes, and snippets.

@EdwardIII
Created April 28, 2011 14:02
Show Gist options
  • Save EdwardIII/946398 to your computer and use it in GitHub Desktop.
Save EdwardIII/946398 to your computer and use it in GitHub Desktop.
PHP Fatal error: Uncaught SoapFault exception: [1] SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`37m/mgcatalog_product_entity`, CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_ATTRIBUTE_SET_ID` FOREIGN KEY (`attribute_set_id`) REFERENCES `mgeav_attribute_set` (`attribute_set_id`) ON DELETE CASCADE) in /home/edward/Projects/37m/magento-tools/build_cat.php:108
Stack trace:
#0 /home/edward/Projects/37m/magento-tools/build_cat.php(108): SoapClient->__call('call', Array)
#1 /home/edward/Projects/37m/magento-tools/build_cat.php(108): SoapClient->call('490b836f5cdb6ca...', 'product.create', Array)
#2 {main}
thrown in /home/edward/Projects/37m/magento-tools/build_cat.php on line 108
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment