bobthecow / genghis

The single-file MongoDB admin app
http://genghisapp.com
MIT License
1.45k stars 166 forks source link

Giving Unknown error #224

Open Rohitverma47 opened 7 years ago

Rohitverma47 commented 7 years ago

Hi I have tried pushing the app and it gave an error like. And while trailing the logs it is saying mongo class not found in home/vcap/app/htdocs/genghis.php. but i am not getting this path.

genghis

varmad commented 7 years ago

How you solved? am also facing same issue.

henkealg commented 7 years ago

@varmad Witch php version are you running Genghis on? The Genghis app does not support the mongodb drivers for php7 as of now. For php5.6 on ubuntu/debian you chould be able to get the correct php extension using sudo apt-get install php5.6-mongo

varmad commented 7 years ago

@henkealg thank you

henkealg commented 7 years ago

@varmad if you are running php7 this might be useful for the time being.