I have laravel 5.3 site running on digitalocean with Ubunto 14.
I get this error when running composer to install a package:
"the requested PHP extension mbstring is missing from your system."
The thing is, it is already enabled, as confirmed by…
I think my case is weird and I don't know exactly what my problem. I got this error message when I do composer update:
the requested PHP extension mbstring is missing from your system
My environment:
Windows 7 x64
PHP 5.6 (XAMPP x32)
Laravel…
When i run
php -v
Got an error like
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20160303/php_mbstring.dll' - /usr/lib/php/20160303/php_mbstring.dll: cannot open shared object file: No such file or directory in Unknown…
I am using Linux Mint and apache2 with php5.6.
After installing everything it shows me that mbstring is required. After doing sudo apt-get install php5.6-mbstring php5.6-mcrypt php5.6-mysql php5.6-xml
it shows me that I have the newest version…
phpMyAdmin - Error
The mbstring extension is missing. Please check
your PHP configuration.
I hava installed php-mbstring and php-gettext, my php version is php7.
And I installed php and phpmyadmin through zypper.
I am trying to install mbstring on CentOS 6.7 with PHP version 7 :
yum --enablerepo=remi install php-mbstring
, but I get this error:
php70w-common conflicts with php-common-5.4.45-11.el6.remi.x86_64
CentOS was with default PHP version 5.3 (I…
I got the following error from one of my PHP functions (PHP verion 5.6)
Fatal error: Call to undefined function mb_detect_encoding()
It is one of the mbstring package functions. So I checked in the phpinfo(). There is no "mbsting". I tried to…
This is not a duplicate.
I've never seen this before.
My EeasyApache4 cpanel server (centos7) has the php56 module loaded.
yum list | grep mbstring
ea-php55-php-mbstring.x86_64 5.5.38-1.1.2.cpanel @EA4
ea-php56-php-mbstring.x86_64 …
PHP app is served with Jetty.
I need to add mbstring and PHP GD. This would be fairly straightforward, How can I achieve this when jetty is serving php.
--- UPDATE---
I managed to install mb-string and gd and I can see them in the list of modules…
I know there has been a lot of questions about this, but they didn't helped me to solve my problem.
I get this error when trying to access phpMyAdmin:
phpMyAdmin - Error
The mbstring extension is missing. Please check your PHP configuration.
I am…
My hosting can't enable mbstring module, how to replace this piece of code? replacing mb_split ?
This is not my code and i'm looking only to solve this.
My goals is using preg_replace or another func that's no mb_split
/**
* @param …
The problem is that when I open the facebook canvas. I get this error. "call to undefined function mb_substr"
The solution that most people suggest is to put "ext-mbstring" as a require. I did that in different way's. This is what I have now:
{
…
Trying to get the phpmyadmin up and running. I installed the myadmin, but keep getting the "mbstring extension is missing" error. Followed some of the advise that was given in the other answers, still having the same issue. (Uncommented the…
I have enabled mbstring in my php.ini.It even shows in phpinfo().But still I am getting this error in yii2.
PHP Fatal Error 'yii\base\ErrorException' with message 'Call to undefined function yii\helpers\mb_strlen()