Mongo' object has no attribute 'server_version_major'

Viewed 13

I am using web2py for a year now. I decided to move from SQLite to MongoDB. After successfully setting it all up I tried to start my application. After creating/registering a user I am getting this error message.

Mongo' object has no attribute 'server_version_major'

It is triggered by a select in my db.py (line 105):

ErrorPicture

I tried googling the issue but it is really something no one faced or if they faced it, it has not been resolved (the issue has been abandoned...)

Any help is much appreciated :)

0 Answers
Related