-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Class 'MongoDB\Database' not found #1
Comments
Sorry for the late response. You need the PHP MongoDB Library to be able to use this library. Simply install using composer and start using MongoDB. |
I think if you need to select the database, you can put it behind the $dsn. |
Message: Class 'MongoDB\Database' not found what is the solution for this error? |
Getting same error 'Message: Class 'MongoDB\Database' not found' using MongoDb new library 'MongoDB\Driver\Manager' for codeigniter. Any solution. |
I have the same error !!!! |
same error. does anyone have solution? |
The solution is |
Is "composer" something used with PHP7 and CodeIgniter3 ? |
How can i fix this error?
Message: Class 'MongoDB\Database' not found
Filename: /home/xxxx/public_html/aaa/application/libraries/Mongo_db.php
The text was updated successfully, but these errors were encountered: