By jedson on
When I try to access the install program from my browser, I get this message from Drupal.
It sounds like there should be a php.ini file where I can disable the string input function, but I can't find any such file. Maybe I'm not understanding the message.
Jedson
Comments
Got in a hurry and put the
Got in a hurry and put the quote in wrong. Here is what I get.
Jedson
A friend is having a similar
A friend is having a similar error on their site. This shows up on the Status Report page in their Drupal 5.1 site:
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.
There isn't such a setting in their php.ini file as far as I can see. What line(s) should I be editing and/or adding to fix this problem?
Thanks.
--
Jenni S.
http://www.nu-look.net
Portland, OR metro area
Contact Me
"Me too!" From reading
"Me too!"
From reading around, it seems that putting this line in .htaccess may help some people:
php_flag mbstring.encoding_translation Off
However it doesn't solve it for me, probably due to restrictions in the host's httpd.conf. I can't help wondering if this is a new issue introduced in 5.1. Will explore further.
The same problem existed in
The same problem existed in 4.7. However I solved my situation using one of the suggestions in this thread: http://drupal.org/node/87138
Related to this issue and workaround
http://drupal.org/node/132723
You can get this in Drupal 7
You can get this in Drupal 7 when you forget to copy .htaccess.
KOBA - Drupal Webdesign & Webdevelopment