Settings Error: Multibyte string input conversion in PHP
I have installed Drupal 4.7 and everything is working correctly except:
1) an error I am getting on the page when I go to administer>settings.
It reads:
Multibyte string input conversion in PHP is active and must be disabled.
Check the php.ini mbstring.http_input setting. Please refer to the PHP mbstring
documentation for more information.
2)Also, when I go under settings>string handling, it reads:
String handling method:
Invalid: the current configuration is incompatible with Drupal.
3)I also read this is the include>unicode.inc file:
* Perform checks about Unicode support in PHP, and set the right settings
if needed.
* Because Drupal needs to be able to handle text in various encodings, we do not support mbstring function overloading. HTTP input/output conversion must be disabled for similar reasons.
I am not familiar with PHP and this is my first installation of this kind. I
have tried to contact my host and get support, but they reply that there is
no problem with the mstring function and directed me to reinstall Drupal. I
am not sure if this is true. I do not have access to the php.ini file to personally
check if the setting is enabled or disabled. I really don't understand a whole
lot about it and do not know if I have made an error in installing Drupal or
if my hosting company just does not want to give me access to what I need to
correct this problem. My hosting company uses MySQL and phpMyAdmin. I do not
know if that is relevant or not.