I\'ve just recently been getting an error in my local installation on installed on apache on xampp. I\'m running v4.0.5 of phpmyadmin. The error description is Error: Mismat
Had the same problem. Solved it by changing following:
$token_mismatch = true;
to
$token_mismatch = false;
in \xampp\phpMyAdmin\libraries\common.inc.php