Questions tagged [mbstring]

MultiByte String in PHP

Related topics:

195 questions
2
votes
1 answer

installing php-mbstring for Facebook php sdk on Centos 7

I have run this command sudo yum install php-mbstring but I got this error Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirrors.tripadvisor.com * epel: mirror.cogentco.com * extras: mirror.solarvps.com *…
2
votes
1 answer

How do I enable mbstring on our PHP 5.4.33 Apache Server?

I recently moved to an unmanaged VPS and added a Joomla component to a client website and received the following error when attempting to use a specific part of the component. Fatal error: Call to undefined function mb_strtolower() in…
150GritSandpaper
  • 133
  • 1
  • 2
  • 8
2
votes
1 answer

PHP mbstring loaded in cli but not in web

I am trying to install phpMyAdmin on a CentOs 6 system with lighttpd and php 5.3.3. The problem is that the mbstring module is not loaded. I checked the /etc/php.d/mbstring.ini file and the line is not commented. Also added the line from this file…
gallileo
  • 462
  • 5
  • 21
2
votes
1 answer

Laravel iconv, mbstring and bcrypt issues after uploading

PHP v 5.4.2, Mcrypt enabled, iconv enabled, every requirements are met. The project works fine in my production machine (obviously). However, once i have uploaded it to the server I have been facing one problem after another. It's a shared hosting…
Yousof K.
  • 1,374
  • 13
  • 23
2
votes
1 answer

ini_set('mbstring.internal_encoding','UTF-8')

ini_set('mbstring.internal_encoding','UTF-8') what does this signify at the beginning of a php file and what is it used for ? I know that a php manual exists but it does not explain it in plain common man's language.
Rahina Rakhi
  • 111
  • 2
  • 11
2
votes
2 answers

php-fpm doesn't load mbstring module on Gentoo

I'm new on Gentoo, and I install nginx\php\fastcgi by emerge. after that, i was run phpinfo() and found there is no mbstring, then I was compile it by set USE=unicode. then I saw [mbstring] in php.ini, and I restarted php-fpm by kill process and run…
Eric MJ
  • 638
  • 1
  • 5
  • 11
2
votes
1 answer

Cannot load mbstring module

Running a script in CLI I receive this error: PHP Fatal error: Call to undefined function mb_detect_encoding()