vtiger upgrade from 7.0.1 to 7.1.0 causing illegal

2019-08-27 22:22发布

If I try to upgrade vtiger, I am getting an illegal request message, nothing happens, any Idea whats going wrong?

standard upgrade procedur

getting illegal request message

标签: vtigercrm
1条回答
▲ chillily
2楼-- · 2019-08-27 22:51

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');
查看更多
登录 后发表回答