CakePHP Shell:致命错误:调用未定义的函数 xcache_isset()

发布于 2024-10-16 12:11:01 字数 208 浏览 7 评论 0原文

我现在在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

零度° 2024-10-23 12:11:01

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.

带上头具痛哭 2024-10-23 12:11:01

对于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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文