MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Tips and Tricks => Topic started by: idove on 2017-09-04, 09:27:41

Title: Call to undefined function mb_convert_case()
Post by: idove on 2017-09-04, 09:27:41
If you get this php error in fresh installed Kloxo mr 7 + centOS 7:
Call to undefined function mb_convert_case()

All you need to do is:
Code: [Select]
yum install php56u-mbstring
systemctl restart httpd.service
Title: Re: Call to undefined function mb_convert_case()
Post by: MRatWork on 2017-09-04, 09:43:52
mbstring already install in all php versions.
Title: Re: Call to undefined function mb_convert_case()
Post by: idove on 2017-09-04, 17:02:37
Tnx for info, anyway
I my case it wasn't. So this solution above resolve my problem.