error while trying to create product attributes from magento backend

*爱你&永不变心* 提交于 2019-12-12 01:40:02

问题


I am getting error while trying to create any product attribute.

This is the error i am getting. I have nothing else to share.

SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (kingshop.eav_attribute_label, CONSTRAINT FK_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID FOREIGN KEY (attribute_id) REFERENCES eav_attributex (attribute_id) ON DEL)

N.B -> I have checked the Engines. All EAV tables are using INNODB engines.

&& This error is showing while trying to create attribute from magento backend. No frontend installer.

来源:https://stackoverflow.com/questions/23334738/error-while-trying-to-create-product-attributes-from-magento-backend

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!