I am trying to use MongoDB with drupal 7 site. The database is hosted remotely on mongolab.com.
I have installed the MongoDB Driver on my dedicated server and it added extension = "mongo.so"
to my php.ini
automatically.
Now, when I try to enable MongoDB module, it gives me this error:
Mongodb requires the PHP MongoDB extension to be installed. (Currently using Mongodb Not found)
Any ideas why?