Link to home
Start Free TrialLog in
Avatar of tjazzvibe
tjazzvibe

asked on

unicode library error

i'm getting the following error in my drupal set up:

--------------------------
Unicode library      Error
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.
--------------------------

i read about multibyte strings. if i understand it correctly i probably have nothing to worry about unless i put added a language like chinese or some other that doesn't fit into 256 bits.

am i correct? i'm on a shared host. do need to tell them to disable mbstring.http_input?

thanks for your help.
tony
ASKER CERTIFIED SOLUTION
Avatar of steelseth12
steelseth12
Flag of Cyprus image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tjazzvibe
tjazzvibe

ASKER

i added your code but it created an error. i found this code and the message is gone!
php_value mbstring.http_input pass
php_value mbstring.http_output pass

thanks for your help! i really appreciate it!
You would put this in php.ini
mbstring.http_input ='pass'

this you would put in .htaccess

php_value mbstring.http_input pass
the code he supplied didn't work but he did all the research for me, so when i looked over what he sent i could figure everything out! it was great!
oh man, i'm sorry !!!  i misunderstood you. my fault.

well anyway the site works now and you were a big help.

thanks so much
tony