Error on EAV Entity Abstract

If you get an error like this:

with message ‘Warning: Invalid argument supplied for foreach()  in /var/www/magento/app/code/core/Mage/Eav/Model/Entity/Abstract.php on line ...


try using this code

Mage::app()->setCurrentStore(Mage_Core_Model_App::ADMIN_STORE_ID);