October 11, 20205 yr comment_12978 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? Report
October 12, 20205 yr Author comment_12980 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 Report
October 28, 20205 yr comment_13012 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. Sudeep D'SouzaDeveloper at UniformServerThe Uniform Server | My Paper Napkin Collection Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.