PhpMyAdmin Error: Mismatch Token

后端 未结 8 720
感情败类
感情败类 2021-01-12 05:10

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

8条回答
  •  渐次进展
    2021-01-12 05:34

    Had the same problem. Solved it by changing following:

    $token_mismatch = true;
    

    to

    $token_mismatch = false;
    

    in \xampp\phpMyAdmin\libraries\common.inc.php

提交回复
热议问题