请帮帮我,因为我是Magento世界的新宝宝。当从管理面板访问类别时,我得到了这个错误。未找到属性mtmenu_proportions_right的源模型"mttheme/system_config_source_category_attribute_source_block_proportions“我搜索了批次,但未找到结果。
发布于 2015-02-06 22:48:04
SELECT * FROM eav_attribute WHERE source_model like“mttheme%”
用此模板找出mttheme相关记录,然后删除
https://stackoverflow.com/questions/26072409
复制相似问题