Posts

Showing posts from February 6, 2019

Class 'MongoDBDriverManager' not found

Image
0 I am creating REST APi with Lumen framework. I use Mongolab for my mongoDB and i want to host my app on google App Enginge. I am using Jessenger lib for communicating with my DB on MongoLab. Everhting is okay when I run the app localy but when I deploy on GAE I get Fatal error: Class 'MongoDBDriverManager' not found in /base/data/home/apps/s~lumentestapi/v1.391053224987814328/ vendor/mongodb/mongodb/src/Client.php on line 56 I have enabled extension = mongo.so in the php.ini located in root. Any help how can I fix this? drivers php mongodb google-app-engine share | improve this question edited Mar 1 '16 at 0:46