can’t retrieve entity config magento
can’t retrieve entity config magento
This Error occurs basically due to config.php file’s Model setup
First of all check that table name and model name is correct in config.xml
Example :
<demo_resource> <class>Demo_Model_Resource</class> <entities> <mymodel> <table>table_name</table> </mymodel> </entities> </demo_resource>
In the above example :
The model name and the table name should be correct .
Advertisements
Add Comment
📖 Read More
- 1. Magento get current customer id
- 2. Magento get current date time
- 3. Fatal error: Call to a member function setSaveParametersInSession() on a non-object in \mage\app\code\core\Mage\Adminhtml\Block\Widget\Grid\Container.php on line 66
- 4. magento admin system configuration 404
- 5. Item with the same id already exist magento collection