Skip to content
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

Error 500 on settings due to old mongodb feature used #472

Closed
vcorreze opened this issue Jul 30, 2018 · 2 comments
Closed

Error 500 on settings due to old mongodb feature used #472

vcorreze opened this issue Jul 30, 2018 · 2 comments

Comments

@vcorreze
Copy link

I installed yawik as test on an ubuntu bionic beaver machine (18.04 LTS).

Install and config went fine, but everytime I tried to go to the 'settings' view, I obtained an error 500.

After some research, i found in log/tracy/exception.log the following line :
MongoWriteConcernException: localhost:27017: Unknown modifier: $pushAll #9 in (...)yawik/vendor/doctrine/mongodb/lib/Doctrine/MongoDB/collection.php:1442 @ http://localhost:4567/fr/settings

The following issue explains that $pushAll was deprecated in MongoDB 3.6 wich is installed by default in bionic.

@mbo-s
Copy link

mbo-s commented Jul 30, 2018

see #471

@vcorreze
Copy link
Author

Ok, so I close this duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants