0
votes

The mbstring extension is missing. Please check your PHP configuration

I have installed LAMP on Fedora following this tutorial with some change, The installation finished with no problem. But when I tried to access http://localhost/phpmyadmin, this error notify appear. I have already search on google and try all option on the thread linked above.

I changed php.ini configuration:

extension=mbstring.so

where the extension dir is like this

extension_dir = "/usr/lib64/php/modules"

This are the Extensions on /usr/lib64/php/modules

1
Have you restarted the apache process to reload the config? - Nico Haase
yeah,, i did several times.. but I just find out. I need do restart php-fpm - tokmbo
No, I did on right file. But I didn't know that we need to run other command.. But thanks, it's already solved.. :) - tokmbo

1 Answers

3
votes

From this article, I found out that we need restart php-fpm, this solution not mentioned on other tutorial/thread that I have been read.

just run:

systemctl restart php-fpm