bobthecow/genghis

Giving Unknown error

Opened this issue · 4 comments

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

How you solved? am also facing same issue.

@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

@henkealg thank you

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