If I try to upgrade vtiger, I am getting an illegal request message, nothing happens, any Idea whats going wrong?
Asked
Active
Viewed 850 times
1
-
on a different browser i am running into ERROR EXTRACTING MIGRATION ZIP FILE! – Cblack Jun 26 '18 at 13:22
1 Answers
2
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');

Hamid
- 378
- 3
- 8