Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fatal error: Call to undefined function mb_strtolower(): enable mbstring on linux EC2

Tags:

php

wordpress

I have installed the mbstring through sudo yum install php-mbstringon my linux EC2 instance with php 5.6.17. How can I enable it?

like image 930
Hammer Avatar asked Dec 19 '25 06:12

Hammer


1 Answers

need to use yum install php56-mbstring. Once I install it, no need to config, just restart the httpd service

like image 148
Hammer Avatar answered Dec 20 '25 20:12

Hammer