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
*…
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…
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…
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…
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.
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…