Server running RHEL 7 and PHP 5.4.16. When I try to open /phpMyAdmin in my browser, I\'m given the error:
Fatal error: Call to undefined function __() in /us
Error "The connection was reset" File: /usr/share/phpmyadmin/libraries/common.inc.php
search:
$GLOBALS['PMA_Config'] = new PMA_Config(CONFIG_FILE);
replace with:
$GLOBALS['PMA_Config'] = new PMA_Config();