Fatal error: Class 'PMA_Util' not found in C:\xampp\phpMyAdmin\libraries\insert_edit.lib.php on line 2319 -


i'm using php version: 5.5.33 via local server name xampp , problem when im trying insert new record table , use 1 of function "current_date" or "year" it's return "fatal error: class 'pma_util' not found in c:\xampp\phpmyadmin\libraries\insert_edit.lib.php on line 2319" enter image description here enter image description here

[solve] answer have fix file 'phpmyadmin/libraries/insert_edit.lib.php' , relevant code link.enter link description here copy , paste code 'insert_edit.lib.php' file instead of previous code.


Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -