简体   繁体   中英

Installed PHP using phpbrew, Now phpmyadmin is giving mbstring extension error

Installed earlier version of PHP on a new Ubuntu installation using phpbrew and now my phpmyadmin is throwing an error.

The error reads:

The mbstring extension is missing. Please check your PHP configuration.

OS: Ubuntu 14.04 LTS

I have uninstalled and reinstalled phpmyadmin, restarted the apache server to no avail.

What am I missing?

Thanks!

To install mbstring,

sudo apt-get install libapache2-mod-php5

restart your apache server

and.. check into your php.ini to activate extension.

安装各种版本的PHP时,我必须在模块中添加

phpbrew install 5.4.34 +apxs2 +default +mysql

唯一的方法帮助我是sudo apt-get install phpmyadmin php-mbstring php-gettext我的系统 - Ubuntu 16.04服务器64位,PHP7.0 Apache2

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM