-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Deprecated: MongoCollection::save() #1783
Comments
This has to do with the version of the mongo client being used. They will have to put conditionals in to check the client version. |
Line 1410 in 644be91
this line should be change to "w" I had to see the other framework (eg. kohana) |
I believe we do use 'w' instead of 'safe', at least in 1.3.0: https://github.com/phalcon/cphalcon/blob/1.3.0/ext/mvc/collection.c#L1491 |
Submitted PR for 1.2.5: #1797 |
thank for resolve my issue I've finding the code at all line in collection.c, I found the same issue referrence |
Fix submitted |
I used multiple findFirst and save() at the same time.
show error
The text was updated successfully, but these errors were encountered: