Magento - DB error with product extension -
i have installed extension: http://www.magentocommerce.com/magento-connect/catalog/product/view/id/16917/
sqlstate[23000]: integrity constraint violation: 1452 cannot add or update child row: foreign key constraint fails (`mysite_testsite2`.`cataloginventory_stock_item`, constraint `fk_catinv_stock_item_prd_id_cat_prd_entt_entt_id` foreign key (`product_id`) references `catalog_product_entity` (`entity_id`) o)
any ideas how go fixing this?
try looking file under folder app/code/[local or community]/[companyname]/[modulename]/sql/[modulename]_setup/mysql4-install-x.x.x.php
what fix create table sql...
good luck :d
Comments
Post a Comment