Questions tagged [mbstring]

MultiByte String in PHP

Related topics:

195 questions
0
votes
1 answer

Composer telling me mbstring is missing on my server, but it is installed enabled - ideas?

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…
Brian
  • 125
  • 2
  • 15
0
votes
1 answer

Laravel composer update fail with mbstring on Windows

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…
0
votes
1 answer

PHP Warning: PHP Startup: Unable to load dynamic library

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…
Ishan Shah
  • 1,665
  • 2
  • 20
  • 42
0
votes
2 answers

mbstring extension installed but not working

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…
divHelper11
  • 2,090
  • 3
  • 22
  • 37
0
votes
1 answer

openSUSE phpmyadmin Error: The mbstring extension is missing

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.
John Ward
  • 15
  • 1
  • 6
0
votes
2 answers

Mbstring extension installation on godaddy server

Call to undefined function mb_convert_encoding(). How to install mbstring extension installation on godaddy server?
alok
  • 2,718
  • 21
  • 17
0
votes
2 answers

CentOS install php-mbstring error

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…
gdfgdfg
  • 3,181
  • 7
  • 37
  • 83
0
votes
2 answers

Missing mbstring in PHP 5.6 CentOS 6.8

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…
Sadee
  • 3,010
  • 35
  • 36
0
votes
1 answer

PHP 56 + mbstring extension does not always load?

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 …
Rick Kukiela
  • 1,135
  • 1
  • 15
  • 34
0
votes
0 answers

How to install modules and recompile php with jetty

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…
ImpendingDoom
  • 427
  • 3
  • 5
  • 15
0
votes
1 answer

The mbstring extension not seen by phpMyAdmin

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…
Mordor
  • 485
  • 2
  • 4
  • 14
0
votes
0 answers

mb_split substitution cause module disabled

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 …
andrea
  • 381
  • 5
  • 23
0
votes
2 answers

mb_substr() undefined Facebook canvas - Heroku server

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: { …
0
votes
0 answers

PHPMYADMIN: mbstring extension is missing

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…
venkat s
  • 13
  • 5
0
votes
1 answer

Call to undefined function yii\helpers\mb_strlen() even though mbstring is enabled

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()
user2431224
  • 235
  • 3
  • 15
1 2 3
12
13