Having trouble with phpmyadmin -


enter image description here

whenever want go on phpmyadmin url: locahost/phpmy/admin, shows error message "fatal error: class 'gettext_reader' not found in c:\xampp\phpmyadmin\libraries\php-gettext\gettext.inc on line 140". seeking solution..:)

ok, maybe dont solve problem, checked in phpmyadmin 3.5.1 installed using wamp, took error , found this:

gettext.inc (error file) has line of code: require('gettext.php'); in line 42, , gettext.php file defines gettext_reader class.

if both files right (gettext.inc , gettext.php), imposible error.

i think, way error mentioning gettext.php modified/corrupted. or line 42 require('gettext.php'); missing/commented

compare gettext.php this: gettext.php


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -