Can’t retrieve entity config: zeon_manufacturer/eav_attribute_option_value

It has a very simple solution

app/code/community/Zeon/Manufacturer/Model/Mysql4/Manufacturer/Collection.php

need to replace the code

array(‘manufacturer_name_table’ => $this->getTable(‘eav_attribute_option_value’)),

replace with

array(‘manufacturer_name_table’ => $this->getTable(‘eav/eav_attribute_option_value’)),

Hope it will work.
CAIDA Directory