如何将mongodb与magento连接?

时间:2021-12-11 05:00:02

Can anyone suggest me any article or URL's that will explain how to configure magento with Mongodb as model resource for particular module say Catalog/Product. I have tried to find from this URL but I am getting getConnection fatal error as mentioned below.

任何人都可以向我推荐任何文章或URL,它将解释如何使用Mongodb配置magento作为特定模块的模型资源,例如Catalog / Product。我试图从这个URL找到,但我得到getConnection致命错误,如下所述。

Error:

Fatal error: Call to a member function getConnection() on a non-object in /app/code/core/Mage/Core/Model/Resource/Db/Abstract.php on line 322 

1 个解决方案

#1


1  

Have you tried this? https://magento.stackexchange.com/questions/16265/connecting-mongodb-odm-to-magento

你试过这个吗? https://magento.stackexchange.com/questions/16265/connecting-mongodb-odm-to-magento

They had a few ideas, maybe one will help you :)

他们有一些想法,也许一个会帮助你:)

#1


1  

Have you tried this? https://magento.stackexchange.com/questions/16265/connecting-mongodb-odm-to-magento

你试过这个吗? https://magento.stackexchange.com/questions/16265/connecting-mongodb-odm-to-magento

They had a few ideas, maybe one will help you :)

他们有一些想法,也许一个会帮助你:)