[Bug 1577482] [NEW] PHPMyAdmin requires mbstring
Launchpad Bug Tracker
1577482 at bugs.launchpad.net
Mon May 2 20:24:10 UTC 2016
You have been subscribed to a public bug by Ubuntu Foundations Team Bug Bot (crichton):
When trying to use PHPMyAdmin without the mbstring extension installed, I get a fatal error on the main page:
"The mbstring extension is missing. Please check your PHP configuration."
This is coming from line 95 in /usr/share/phpmyadmin/libraries/common.inc.php:
/**
* Warning about mbstring.
*/
if (! function_exists('mb_detect_encoding')) {
PMA_warnMissingExtension('mbstring', $fatal = true);
}
This is an unconditional check, so this should be a Depends.
** Affects: phpmyadmin (Ubuntu)
Importance: Undecided
Status: New
** Tags: patch
--
PHPMyAdmin requires mbstring
https://bugs.launchpad.net/bugs/1577482
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is subscribed to the bug report.
More information about the Ubuntu-sponsors
mailing list