This entry has been published on 2013-05-05 and may be out of date.
Last Updated on 2013-05-05.
Problem:
PhpMyAdmin is not accessible after you upgrade your Ubuntu distro from 12.10 to 13.04. The browser shows an error 500, the log files show errors like this:
PHP Fatal error: require_once(): Failed opening required ‘./libraries/php-gettext/gettext.inc’ (include_path=’.’) in /usr/share/phpmyadmin/libraries/select_lang.lib.php on line 370
Workaround:
Open /etc/phpmyadmin/apache.conf and append the following text to the line of open_basedir:
:/usr/share/php/php-gettext/