Getting this error message: dbModel read resource does not implement Zend_Db_Adapter_Abstract

来源:互联网 发布:特蕾莎修女知乎 编辑:程序博客网 时间:2024/04/27 03:38

http://magento.stackexchange.com/questions/80629/getting-this-error-message-dbmodel-read-resource-does-not-implement-zend-db-ada



After I put the right database connection I also changed this line:

<disable_local_modules>false</disable_local_modules>

into this

<disable_local_modules>true</disable_local_modules>

I gave recursively the 777 permission to the var folder using this command:

chmod -R 777 var

0 0
原创粉丝点击