Wednesday, February 12, 2014

Magento dbModel read resource does not implement Zend_Db_Adapter_Abstract

If you get dbModel read resource does not implement Zend_Db_Adapter_Abstract as an error, try to change the var/ and media/ folder to have 777 permissions.
chmod -R 777 media,
chmod -R 777 var .

No comments:

Post a Comment