The mbstring Extension is Missing. Please check your PHP Configuration - Ubuntu

Asked

Viewed 216 times

1

Hello,

I try to access my phpMyAdmin but error appears: The mbstring extension is missing. Please check your PHP configuration.

Someone who knows how to fix it?

  • What version of PHP installed?

  • In PHP info it says: "5.6.32-1", use Ubuntu 14.04 32 bits.

  • Try looking for the package in the Ubuntu repository by typing the commands in the Terminal: sudo apt-get update and sudo apt search mbstring See if you find anything.

  • It resulted in: https://pastebin.com/NUCHLCTc

  • The php-mbstring is listed as installed. Check that the mbstring is configured in PHP correctly using the command: php -m. Should appear mbstring in the listing.

  • Well, the command php is showing the error: php: symbol lookup error: php: undefined symbol: pcre_jit_exec

  • Looks like you’re with version 7 of PHP installed as well, right? It may be giving some conflict between the two versions. You can also try this: https://askubuntu.com/a/925161

  • 1

    The apt-get command that was on the link you provided solved. Thank you.

Show 3 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.