代码点火器 - 设置 cron 作业,不工作


Codeigniter - Setting up cron job, not working

我正在尝试按照文档中所示的cron作业设置进行操作,但一直遇到问题。在命令行中,它输出header.php中的所有标记,末尾带有以下语句:

<h1>An Error Was Encountered</h1>
<p>The MongoDB PECL extension has not been installed or enabled</p>

我在命令行中键入的内容:

php index.php tools message

我需要在服务器上安装什么吗?这是我的规格 pecl version.

PEAR Version: 1.9.4
PHP Version: 5.3.10-1ubuntu3.15
Zend Engine Version: 2.3.0
Running on: Linux lucrum 3.8.0-29-generic #42~precise1-Ubuntu SMP Wed Aug 14 16:19:23 UTC 2013 x86_64
我没有

代表将其添加为评论,所以我必须发布作为答案。但是从您发布的内容来看,错误消息告诉您MongoDB PECL扩展尚未安装在您的服务器上。您是否检查过它是否实际安装?如果是,那么您需要查看您的配置。