If I try to upgrade vtiger, I am getting an illegal request message, nothing happens, any Idea whats going wrong?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Check if $site_URL Variable is correct in config.inc.php file? also you can disable this error by editing the following file includes/http/Request.php
around line 207-207 on validateReferer function find
throw new Exception('Illegal request');
change to
//throw new Exception('Illegal request');