Public bug reported:

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1577482

Title:
  PHPMyAdmin requires mbstring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/phpmyadmin/+bug/1577482/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to