Magento 外键约束

Magento Foreign Key Constraints

没有人可以订购 Magento 网站。我有这条消息:

Next exception 'Zend_Db_Statement_Exception' with message 'SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`bdd_www14`.`salesrule_product_attribute`, CONSTRAINT `FK_SALESRULE_PRODUCT_ATTRIBUTE_CUSTOMER_GROUP` FOREIGN KEY (`customer_group_id`) REFERENCES `customer_group` (`customer_group_id`) O)' in [...]/htdocs/lib/Zend/Db/Statement/Pdo.php:234

我怎样才能摆脱这个错误?

很好...

如果有人有这个,问题是由于删除了一组用户。我已经在数据库中恢复了组,一切正常。