I am trying to get Drupal installed on a shared server but keep running into this error message:
"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. (Currently using Unicode library Error)"
I read all the info here: drupal.org/node/87138 and it looks like they solved it with some edits to the htaccess file. I checked mine and I have the required settings but it is still not working.
<IfModule mod_php5.c>
php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0
php_value mbstring.http_input pass
php_value mbstring.http_output pass
php_value mbstring.encoding_translation 0
</IfModule>
Anybody able to install Drupal 6.1 on a shared server?
thanks,
Andrew



LinkBack URL
About LinkBacks




Reply With Quote





Bookmarks