There is obviously a constraint infringement hence the error flagged. it seems you are inserting an ID into 'catalogindex_eav' that doesnt exist in 'catalog_product_entity' hence the constraint error flagged. You need to make sure that for PK>FK relationships FK values entered must exist on the parent table PK. - data integrity
Last edited by dele454 : 05-15-2008 at 04:11 AM.
|