Could not install Webissues in PHP+MySQL running over Apache in Windows 7

Submitted by grajesh85 on 2013-04-03

Hello,
I have installed and configured PHP5.4.13, MySQL5.6.10 over APache2.4.4.

And i could able to load a test page of "PHPinfo.php" and i have stored the Webissues-server Source Package under htdocs of APache,

When i tried to load "http://localhost/webissues/admin/index.php" i am getting the below error

WebIssues Server requires the mbstring extension.

Please help me out to with this error.

-Thanks
Rajesh

You have to enable the mbstring extension in your php.ini file because it may be disabled by default. You should be able to google for some examples how to do that (for example here).

Regards,
Michał