1
votes

I am getting an error when i load my index.php of cakePHP through localhost, which says

Fatal Error

Error: Class 'Mongo' not found File: /var/www/html/cake/lib/Cake/Model/ConnectionManager.php
Line: 105

What might be the mistake i am committing over here.

I have all the files in place.

1

1 Answers

2
votes

Install the MongoDB module for php and make sure it's activated.

Instructions are here.