← Back to team overview

group.of.nepali.translators team mailing list archive

[Bug 1577482] Re: PHPMyAdmin requires mbstring

 

I still had this browser tab open. I guess this is fixed in Yakkety
then, and needs a task for Xenial? I'll mark the bug appropriately.

** Changed in: phpmyadmin (Ubuntu)
       Status: Confirmed => Fix Released

** Also affects: phpmyadmin (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Changed in: phpmyadmin (Ubuntu Xenial)
       Status: New => Triaged

** Changed in: phpmyadmin (Ubuntu Xenial)
   Importance: Undecided => Medium

-- 
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:
  Triaged

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