This bug was fixed in the package phpmyadmin - 4:4.5.4.1-2ubuntu2 --------------- phpmyadmin (4:4.5.4.1-2ubuntu2) xenial; urgency=medium
* Depend on php-mbstring. (LP: #1577482) -- Richard Laager <[email protected]> Tue, 07 Jun 2016 11:00:35 -0700 ** Changed in: phpmyadmin (Ubuntu Xenial) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of नेपाली भाषा समायोजकहरुको समूह, which is subscribed to Xenial. Matching subscriptions: Ubuntu 16.04 Bugs https://bugs.launchpad.net/bugs/1577482 Title: PHPMyAdmin requires mbstring Status in phpmyadmin package in Ubuntu: Fix Released Status in phpmyadmin source package in Xenial: Fix Released Bug description: [Impact] * PHPMyAdmin reports run-time errors due to missing functionality from php-xml and php-mbstring, which in prior versions of PHP were packaged with the core. [Test Case] * Install phpmyadmin 4.5.4.1-2ubuntu1 and attempt to use the provided web interface, it will fail to load. [Regression Potential] * The likelihood of regression is very low, as no code change is being included. Instead, we are simply expressing correctly a run-time dependency of the phpmyadmin source. [Other Info] * We have sync'ed the package in Yakkety and a similar change has been made in the version there. 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 _______________________________________________ Mailing list: https://launchpad.net/~group.of.nepali.translators Post to : [email protected] Unsubscribe : https://launchpad.net/~group.of.nepali.translators More help : https://help.launchpad.net/ListHelp

