MongoClient not found in WAMP

一笑奈何 提交于 2019-12-01 23:46:22

To fix the php_intl.dll error do the following using the wmapmanager menus

wampmanager -> Apache -> Version -> and click on the 2.4.9 version number

This will cause wampmanager to rebuild all the SYMLINKS in the \wamp\bin\apache\apache2.4.9\bin folder.

As to the mongo error, are you sure you are editing the correct php.ini file.

Again use the wampmanager menu system to edit the correct php.ini file

wampmanager -> PHP -> php.ini

I expect the extension was not added to this file so add

extension=php_mongo.dll

like you did to the PHP CLI version of the ini file.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!