Originalmente inviato da
LimeSurvey FAQ
What is this mbstring (Multibyte String Functions) library?
The mbstring library is a PHP library to be able to convert char sets from one language to another. You will need it if you would like to run LimeSurvey. To check if it is already installed create a file name test.php on your web space and put the following contents in it
<?php phpinfo(); ?>
Then open the file from the web browser. You will find a lot of information. Search for the string 'mbstring'. If you find it all is well and you can continue. If you don't find it you might have a problem on your hands.
There are three possible scenarios:
* It's your providers server. Ask your provider to activate that extension in PHP. If they take you serious as a customer they will do it without problems