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
- Log in to post comments
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ł
Thanks for your information. I got thru the installation successful upon your post.
Also by un commenting the line extension_dir in PHP.ini file which is by default commented out.
Thanks a lot.
-Rajesh