PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, January 25, 2022

[FIXED] The mbstring extension is missing. Please check your PHP configuration

 January 25, 2022     php, phpmyadmin     No comments   

Issue

phpMyAdmin Error: The mbstring extension is missing. Please check your PHP configuration

I have already tried all of the solutions on this and none of them have worked for me. I am not sure what else to do.


Solution

I have seen this problem. This error appears when I upgraded by 15.10 to 16.04 or installed 16.04.I resolved my problem by running this command and system restart. Just run these command

sudo apt-get install phpmyadmin php-mbstring php-gettext

sudo service apache2 restart

Or you can follow this post...

Check This Post



Answered By - Sameer
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home
View mobile version

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing