I am having trouble with my Magento module name in parallel Plesk. My module's name is like ComPany/MYMODULE and it works fine in localhost.
But I uploaded it to a live server in Parallel Plesk, I m getting error such as Source model "mymodule/entity_attribute_source_yesnodefault" not found for attribute "mymodule_update_images"
It seems case-sensitivity plays the role here. So I changed the MYMODULE folder to my module and changed ComPany/mymodule/etc/config.xml appropriately. But no use! Still, the local works fine and the Live server gives the error!
How can I overcome this error? If you have any Idea, share...