CakePHP Shell:致命错误:调用未定义的函数 xcache_isset()
我现在在使用 CakePHP 时遇到了一个奇怪的问题。自从在 Dreamhost 上启用 XCache 以来,我已经有一段时间没有使用 shell 了,现在当我尝试使用 CakePHP Shell 脚本时,我收到此错误。 致命错误:调用未定义的函数 xcache_isset()
但是,我的网站没有任何错误/问题,除了 shell 之外。
任何解决此问题的想法都很棒!
I am having a strange problem right now with CakePHP. I haven't used the shell in sometime since I enabled XCache on Dreamhost, and now when I try to use the CakePHP Shell script I have, I get this error..
Fatal error: Call to undefined function xcache_isset()
However, I don't have any errors/problems with my site, except for the shell it seems..
Any ideas how to fix this would be great!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
PHP 作为 isapi 模块和 CLI 有不同的配置文件。您需要指定相同的一项或修复 CLI 的一项,以便加载 XCache 扩展。
您可以从提供商支持处获取更多详细信息。
PHP as isapi module and CLI have different config files. You need to specify to the same one or fix the CLI's one so it loads the XCache extension.
More detailed info you can get at your provider support.
对于Dreamhost来说,解决这个问题的办法就是VPS =>配置服务器,然后将 PHP 缓存设置为活动状态。这将在服务器范围内启用 XCache,而不是仅在一个域上启用。然后 CakePHP 将通过 shell 进行查找。
For Dreamhost, the solution to this is going to VPS => Configure Server, then setting PHP Cache to active. This will enable XCache server wide rather just on one domain. Then CakePHP will work find through the shell.