Having trouble with phpmyadmin -
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
Post a Comment