问题
Im migrating magento Enterprise edition to community edition. Im almost done. But having few problem in backend.If I go to Manage Products and click on any products im getting this error.
Fatal error: Class 'Mage_Enterprise_Giftwrapping_Block_Adminhtml_Product_Helper_Form_Config' not found in ...\lib\Varien\Data\Form\Abstract.php on line 146
回答1:
I found solution for this problem. Search for this keyword in your catalog_eav_attribute table "enterprise_giftwrapping/adminhtml_product_helper_form_config" and change the field is_visible = '0'.
This solved my problem.
来源:https://stackoverflow.com/questions/13467612/fatal-error-class-mage-enterprise-giftwrapping-block-adminhtml-product-helper