我最近在使用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.
知道我应该怎么做bug测试吗?
发布的一个解决方案是在ApiGility中注释掉一些代码,但这对我来说听起来不合理......
由于
答案 0 :(得分:0)
我想出了问题,我使用的是ZfcRbac,我将权限设置为:
'zfc_rbac' => [
'protection_policy' => \ZfcRbac\Guard\GuardInterface::POLICY_DENY
]