SQLSTATE [23000]:完整性约束违规:1062重复条目' 6-0-0-1-0-63-0'对于密钥' ****',查询是:INSERT INTO`mg_catalogrule_product`

时间:2016-09-24 10:21:37

标签: mysql sql magento magento-1.9

设置'目录价格规则'目标项目从他们自己的产品页面保存时会返回以下警告。它会影响简单和可配置的项目以及“价格规则”。仍然是它的工作。

我已根据此警告的先前问题截断了所有mg_catalogrule表格,而不是主要的mg_catalogrule(赢了“),但除了重置ID号之外没有其他任何变化。

将规则设置为无效时,可以保存产品而不发出警告!

有什么线索吗?

Magento 1.9.2.4

完整警告声明:

SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '6-0-0-1-0-63-0' for key '4EF1A09B7972968AC381B86C6B948A5E', query was: INSERT INTO `mg_catalogrule_product` (`rule_id`,`from_time`,`to_time`,`website_id`,`customer_group_id`,`product_id`,`action_operator`,`action_amount`,`action_stop`,`sort_order`,`sub_simple_action`,`sub_discount_amount`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)

0 个答案:

没有答案