"mbsring" extension is not detected upon installation of PIWIK

Hi everyone,

I always get the error that the mbsting is not detected by PIWIK, but i have uncommented the extension=php_mbstring.dll in php.ini and also setting the mbstring.func_overload = 0 I’m wondering that only the mbstring is not detected, other extensions are detected by piwik. I hope that someone can help me.

Here’s my extensions:
CPHPphp

Thanks,
Levi

Here’s the error that I am getting:

Hi,

similar to my post here (Memory warning even though no limit set) I would recommend you to check if this php.ini is read by your webserver by creating a file like this, accessing it with the browser and checking if the extension is enabled there:

<?php
phpinfo();