$this->request->is(array('put')) 在 cakephp 框架中不工作

$this->request->is(array('put')) not working in cakephp framework

我对下面的代码有很奇怪的问题,

$this->request->is(array('put'))

我有 Ubuntu 本地服务器,我的本地服务器没有蚂蚁问题 但是当我将本地文件上传到实时服务器时,以下代码

$this->request->is(array('put'))

无效。

意思是当我编辑表单时,它没有发生。我真正的问题是没有 Debugkit 和 debug 和 error_log 等调试工具 reporting/logging 没有任何问题。

OP,请联系您托管的网络服务器公司...有类似的问题,但已从服务器端解决,它与 mod_securtiy 有关。 希望对您有所帮助