Showing posts with label PHP Fatal error: Call to undefined function mb_strpos(). Show all posts
Showing posts with label PHP Fatal error: Call to undefined function mb_strpos(). Show all posts

Monday, November 14, 2016

PHP Fatal error: Call to undefined function mb_strpos()


Solution :

php-mbstring package is not installed on your Linux distribution.

Install it.

If you are using Debian or Ubuntu
sudo apt-get install libapache2-mod-php5
If you are using Fedora or CentOS
yum install php-mbstring

Restart apache and try again.