[Bug 1577482] Re: PHPMyAdmin requires mbstring
Ubuntu Foundations Team Bug Bot
1577482 at bugs.launchpad.net
Mon May 2 20:24:11 UTC 2016
The attachment "phpmyadmin-mbstring-depends.debdiff" seems to be a
debdiff. The ubuntu-sponsors team has been subscribed to the bug report
so that they can review and hopefully sponsor the debdiff. If the
attachment isn't a patch, please remove the "patch" flag from the
attachment, remove the "patch" tag, and if you are member of the
~ubuntu-sponsors, unsubscribe the team.
[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]
** Tags added: patch
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1577482
Title:
PHPMyAdmin requires mbstring
Status in phpmyadmin package in Ubuntu:
New
Bug description:
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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/phpmyadmin/+bug/1577482/+subscriptions
More information about the Ubuntu-sponsors
mailing list