Posts

Showing posts with the label windows-server-2012

FATAL ERROR: PHP mbstring extension is not enabled (IIS8/Windows 2012)

FATAL ERROR: PHP mbstring extension is not enabled (IIS8/Windows 2012) I am facing issues while install MantisBT after installing PHP 7.2 in IIS8 / Windows 2012 server. When I open the page http://localhost:9099/admin/install.php in the browser, I get the following error: http://localhost:9099/admin/install.php "FATAL ERROR: PHP mbstring extension is not enabled." Here is a screenshot of the error. I have searched for extension=php_mbstring.dll in INI file of php7 but didn't work – Jishan Alam Jun 30 at 11:07 php.net/manual/en/install.pecl.windows.php – Lex Li Jun 30 at 14:35 By clicking "Post Your Answer...