我使用一台新的服务器(Rackspace,Utub 10.04),试图通过气球壳操作一个营地档案,而档案则使用MongoDB插入和储存收集的信息。 我在MongoDB图书馆保留了一个错误,我正在使用:。
When I run the same file/script in a browser window, it runs just fine.
值得注意的是:
- MongoDB php extension is installed and enabled (confirmed via phpinfo)
- Using CodeIgniter with the MongoDB library found here: https://github.com/alexbilbie/codeigniter-mongodb-library
- Using the CodeIgniter cron job bootstrapper extension found here: http://codeigniter.com/wiki/Cron_job_bootstrapper
我在以前的、不同的服务器上一起使用上述所有东西,没有问题。
我说,我自己把一台100%的服务器组合起来是新的,谁能帮助我理解,为什么在用车上运行时,不会承认MongoDB PHP的延伸,而是在通过http://www.? 这个问题是否与我的服务器配置有关,或是否与我使用的图书馆有关?