phalcon-orphanage/dasshy

Mongo class not found

maheshsetti opened this issue · 1 comments

Thanks for such a nice app, but i got an error
when i am trying to sign up

Fatal error: Class 'Mongo' not found in C:\xampp\htdocs\dasshy\app\config\services.php on line 88

i didnt install Mongodb php drivers.. should i install? nut Mongodb is running fine at 27017

Very late answer
First up are mongo correctly installed and the extension enabled in php.ini. Check with phpinfo().

Secondly if you are using mongodb-driver >=1.3 (not certain on exact versin) the class name has changed from Mongo to MongoClient

You need to change that in the config/servicse.php file