无法将 CakePHP 连接到 MongoDB

Cannot connect CakePHP with MongoDB

当我通过本地主机加载 index.php 的 cakePHP 时出现错误,其中显示

Fatal Error

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

我在这里犯了什么错误。

我已经准备好所有文件。

为 php 安装 MongoDB 模块并确保它已激活。

Instructions are here.