Page 1 of 1

phpmyadmin Fatal error: Uncaught Error: Class 'SqlParser\Lex

PostPosted: 06. February 2016 13:35
by MaxV37
Hello,

I'm a new XAMPP and phpmyadmin user and I don't know many things about networks etc but I am trying to install XAMPP to use phpmyadmin and learn to use it.
The issue is that it was working fine at first but then I messed with the settings to define a password and I got an error.
I reinstalled XAMPP to try to get rid of the error (weeks later) because I didn't know what else to do but it is not working anymore, even though I properly uninstalled and reinstalled it.

Here is the error that I am getting:
Code: Select all
Fatal error: Uncaught Error: Class 'SqlParser\Lexer' not found in C:\xampp\phpMyAdmin\libraries\Util.class.php:634
Stack trace:
C:\xampp\phpMyAdmin\libraries\DatabaseInterface.class.php(95): PMA_Util::mysqlDie('#1273 - Unknown...', 'SET collation_c...')
C:\xampp\phpMyAdmin\libraries\DatabaseInterface.class.php(1891): PMA_DatabaseInterface->query('SET collation_c...', Object(mysqli), 1)
C:\xampp\phpMyAdmin\libraries\DatabaseInterface.class.php(2755): PMA_DatabaseInterface->postConnect(Object(mysqli))
C:\xampp\phpMyAdmin\libraries\common.inc.php(992): PMA_DatabaseInterface->connect('root', '', false)
C:\xampp\phpMyAdmin\index.php(12): require_once('C:\\xampp\\phpMyA...')
{main} thrown in C:\xampp\phpMyAdmin\libraries\Util.class.php on line 634

I searched a solution on the web on various links :
https://github.com/phpmyadmin/phpmyadmin/issues/11434
https://github.com/phpmyadmin/phpmyadmin/issues/11528
http://stackoverflow.com/questions/33094843/can-not-start-phpmyadmin-after-updating-mysql-and-php
but I do not understand what I'm supposed to do to solve this problem.

Could you help me, please ?