-
Check if mbstring is installed
Run in terminal:-
If nothing shows, it’s not installed.
-
-
Install mbstring
Depending on your OS:-
Ubuntu/Debian
-
CentOS/RHEL
-
If using PHP-FPM
-
-
Enable extension in php.ini
Open yourphp.iniand make sure:Then restart Apache/Nginx/PHP-FPM.
-
Verify again
You should see
mbstring. -
Check in phpinfo()
Create a fileinfo.phpin your web root:Open it in browser and check that mbstring support = enabled.
Subscribe
Login
0 Comments
