I am getting this below error
WebIssues Server requires the mbstring extension.
I have installed PHP 5.2.10 through windows installer.
Have copied php_mbstring in C:PHP/ext folder and uncommented the extension in php.ini
PHP is working properly ,but when i copy webissues in root directory.This issues in comming up.
Any immediate help is highly appriciated.
- Log in to post comments
Have you restarted your web server (IIS, Apache etc)? When PHP is loaded as a module (ISAPI/mod_php5), changes to php.ini and the extensions list do not take effect until the module is reloaded.
Is the module present when you execute
php -m
?Thank you for your response... :) It's fixed now...