mohammadx90
mohammadx90

Reputation: 3

Magento All Product Export dataflow error

I am trying to export products in Magento 1.9.1 using dataflow profiles, but it stops at " Warning: Please do not close the window during importing/exporting data".

This is the error I get:

Fatal error: Call to undefined method

Mage_Adminhtml_Model_System_Config_Source_Yesno::setAttribute()in /home2/caferobo/domains/caferobot.ir/public_html/store1/app/code/core/Mage/Eav/Model/Entity/Attribute/Abstract.php on line 389

Upvotes: 0

Views: 245

Answers (1)

mohammadx90
mohammadx90

Reputation: 3

After searching for hours I found the solution.

look in your database table eav_attribute and search for attributes with source_model = adminhtml/system_config_source_yesno

Then replace it with a correct source model: eav/entity_attribute_source_boolean

I found the solution here

Hope this helps.

Upvotes: 0

Related Questions