I\'m trying to execute this:
But I get the following error:
Fatal error: Cl
If this problem exist in php CLI you should add extension=mongo.so to your /etc/php5/cli/php.ini file
extension=mongo.so
/etc/php5/cli/php.ini