MRatWork Forum by Mustafa Ramadhan

Language Specific Discussions => Indonesia Users => Topic started by: arwa99 on 2013-07-05, 17:04:56

Title: Please enable PHP mbstring extension on your server.
Post by: arwa99 on 2013-07-05, 17:04:56
Pada wordpress muncul alert

'Geo Targeting has encountered an error, Please contact your web master.   ERROR DETAILS : Please enable PHP mbstring extension on your server.'

Quote
[root@mail ~]# ls -al /etc/php.d | grep mbstring
[root@mail ~]# rpm -qi php-mbstring
package php-mbstring is not installed
[root@mail ~]#
Title: Re: Please enable PHP mbstring extension on your server.
Post by: arwa99 on 2013-07-05, 17:20:31
Code: [Select]
yum install php-mbstring
results

Quote
Transaction Check Error:
  file /etc/php.ini from install of php-common-5.2.17-29.el5.i386 conflicts with file from package php53u-              common-5.3.26-2.ius.el5.i386
  file /usr/lib/php/modules/curl.so from install of php-common-5.2.17-29.el5.i386 conflicts with file from               package php53u-common-5.3.26-2.ius.el5.i386
  file /usr/lib/php/modules/json.so from install of php-common-5.2.17-29.el5.i386 conflicts with file from               package php53u-common-5.3.26-2.ius.el5.i386
  file /usr/lib/php/modules/zip.so from install of php-common-5.2.17-29.el5.i386 conflicts with file from               package php53u-common-5.3.26-2.ius.el5.i386

Quote
web: nginxproxy
DNS: bind
php Branch: php53u
php Type: php_fpm
mysql: myisam
Title: Re: Please enable PHP mbstring extension on your server.
Post by: arwa99 on 2013-07-05, 17:47:58
solved

Code: [Select]
yum install php53u-mbstring
Title: Re: Please enable PHP mbstring extension on your server.
Post by: SacDin on 2015-06-07, 06:13:04
solved

Code: [Select]
yum install php53u-mbstring

For newer version with php 5.4 (php54-common), following would work :

Code: [Select]
yum install php54-mbstring