-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Problem while installing #822
Comments
@trololosha4real I believe your issue is that you are using the old Mongo database connector. In the newest version on this package, this connector has been deprecated. Try downloading and installing the connector listed below and then retry installing the package. |
Added php_mongo.dll in php/ext folder, but still facing same issue, Could you please explain in detail steps ? |
Facing this issue could you please tell me what would be the solution. |
Did you add mongodb.dll/mongodb.so to the dynamic extension section ofor your php.ini files? |
Yes added "extension=php_mongo.dll" in php.ini file. |
It looks like you might be using the deprecated version of the driver. You want to use mongodb. Found here http://pecl.php.net/package/mongodb. If you do not want to use this new driver, then you will have to go to a previous version of this package. |
I have the same problem and all required extensions enabled. |
I read this issue #797 and resolved the problem. |
to fix this issue on AWS I did: echo "extension=mongodb.so" > /etc/php.d/20-mongo.ini |
pretty sure you want double > |
@BillKeenan either/or works, |
my solution was |
now I have the same problem..D:\xampp\htdocs\laravel-mongodb>composer update Problem 1 To enable extensions, verify that they are enabled in your .ini files: |
i solve this problem.. php_mongodb.zip lets enjoy. |
doesnt work for me , help please |
If you still having an issue, please don't reply on old issues - it's really hard to keep eye on it. Before creating new issue, please kindly check all suggestions that simply suggest to install mongodb extension. Thanks! |
Mongo driver is compiled from the source and seen in both CLI and Apache versions. But when trying to install getting error...
The text was updated successfully, but these errors were encountered: