Skip to content

Fatal error: Call to undefined function mb_internal_encoding() under Ubuntu Linux #249

Discussion options

You must be logged in to vote

It looks like the mbstring extension is missing or not enabled. Here's how to install it:

sudo apt-get install php-mbstring php7.0-mbstring

If it's still not working, you might need to enable it manually:

sudo phpenmod mbstring

Hope this helps. 😄

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by annaesvensson
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #249 on December 26, 2020 16:29.