Install MbString in Amazon Ec2 Service
25-07-2016Error Message:
Fatal error: Call to undefined function mb_substr()
With following codes, we can install mbstring library in Amazon Ec2 Service:
yum install php56-mbstring php -m | grep mb sudo service httpd restart