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

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

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

asp.net mvc - breakpoint on javascript in CSHTML? -