【发布时间】:2023-03-24 04:30:01
【问题描述】:
在 Magento 中,在客户下,当您编辑客户时,从最小的更改甚至没有更改,然后单击保存,我在调试控制台中收到以下错误:
Recoverable Error: Argument 1 passed to Mage_Eav_Model_Attribute_Data::factory()
must be an instance of Mage_Eav_Model_Attribute, instance of
Mage_Eav_Model_Entity_Attribute given, called in
/var/www/html/app/code/core/Mage/Eav/Model/Form.php on line 327 and defined in
/var/www/html/app/code/core/Mage/Eav/Model/Attribute/Data.php on line 59
在那之后,请等待消息永远挂起并且没有任何更新,即使我刷新或返回。
【问题讨论】:
标签: magento