desbest Posted October 11, 2020 Report Share Posted October 11, 2020 I'm using Uniform Server with PHP 7.2 and upon running a php page I made I get this error. Fatal error: Uncaught Error: Call to undefined function mb_detect_encoding() When I try to enable the mbstring php module (and other modules) through the graphical user interface I get this. So when I do it manually, my php_production.ini looks like this. I have used Uniform Server to select that php settings file. extension=gd2 extension=mbstring extension=exif ; Must be after mbstring as it depends on it extension=mysqli So why do I still get the error if I have enabled the modules manually via the text editor? Quote Link to comment Share on other sites More sharing options...
desbest Posted October 12, 2020 Author Report Share Posted October 12, 2020 It's not just mbstring module that I can't load, I also can't load the mysqli module on PHP 7.2 for Uniform Server. Please help Quote Link to comment Share on other sites More sharing options...
sudeepjd Posted October 28, 2020 Report Share Posted October 28, 2020 Ok.. Thanks for bringing this up.. Looks like made a mistake on the spelling on the extensions folder. Please rename the /core/php72/extentions to /core/php72/extensions and everything should work as expected.. I have updated the module in Sourceforge. Quote Sudeep D'SouzaDeveloper at UniformServerThe Uniform Server | My Paper Napkin Collection Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.