How to enable MBstring option on my WHM/CPanel VPS?
When i was working with magento on server that time i got an error
” Fatal error: Call to undefined function mb_string() ”
after little bit searching i found problem in sending mail from server. after deep search i found that Mbstring extension is not installed on server. so here my tutorial to get solution from such type of problem.
In this tutorial i wil tell you how to install Mbstring extension on server or how to turn on mbstring on linux apache server.
you need to complete the following steps:
- Login to your server WHM as root
- Search EasyApache or go to Software menu after that EasyApache
- you can see there are some profile. click on customize profile default profile.
- click on continue to second step
- On “Step 2,” click on “Exhaustive Options”
- Under PHP, check the checkbox for MBString
- Proceed with Build & Compile Process
- Make sure you wait for the build to complete.
Now just check your fixed your error