0

我最近在使用 ApiGility 时开始遇到此错误。我不知道可能导致它的任何特定变化:

Unable to fetch API filesystem writability status; you may need to refresh the page.

除了这个错误,我还得到了这个:

Unable to fetch API opcode cache status; you may need to refresh the page.

知道我应该如何进行错误测试吗?

发布的一个解决方案是注释掉 ApiGility 中的一些代码,但这对我来说听起来不是一个合理的解决方案......

谢谢

4

1 回答 1

0

我发现了问题,我正在使用 ZfcRbac 并且我将权限设置为:

'zfc_rbac' => [
    'protection_policy' => \ZfcRbac\Guard\GuardInterface::POLICY_DENY
]
于 2015-01-29T17:23:52.717 回答