vtiger 从 7.0.1 升级到 7.1.0 导致非法请求
vtiger upgrade from 7.0.1 to 7.1.0 causing illegal request
如果我尝试升级 vtiger,我收到一条非法请求消息,没有任何反应,任何想法出了什么问题?
检查 config.inc.php 文件中的 $site_URL 变量是否正确?
您也可以通过编辑以下文件来禁用此错误
includes/http/Request.php
在 validateReferer 函数的第 207-207 行附近查找
throw new Exception('Illegal request');
改为
//throw new Exception('Illegal request');
如果我尝试升级 vtiger,我收到一条非法请求消息,没有任何反应,任何想法出了什么问题?
检查 config.inc.php 文件中的 $site_URL 变量是否正确? 您也可以通过编辑以下文件来禁用此错误 includes/http/Request.php
在 validateReferer 函数的第 207-207 行附近查找
throw new Exception('Illegal request');
改为
//throw new Exception('Illegal request');