Wednesday, March 2, 2016

Unsupported driver [mongodb] Error

- Check whether the mongo db php driver is installed (jenssegers) for laravel
- Check whether the .dll or .so file is placed in php directory and enabled in php.ini file
- Check whether the php path is in system path
- Check whether the Mongodb driver support current PHP version
- Check the Mongodb service is registered in app.php

When problems occur like mongoclient not found error, you can try to run php from your command line and you'll see the error message there!

No comments:

Post a Comment