desbest 0 Report post 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 Share this post Link to post Share on other sites
desbest 0 Report post 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 Share this post Link to post Share on other sites
sudeepjd 0 Report post 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 Share this post Link to post Share on other sites