By nj74 on
I am trying to install Drupal 6 on Fedora 8 with PHP 5. It is failing with:
Operations on Unicode strings are emulated on a best-effort basis. Install the PHP mbstring extension for improved Unicode support. (Currently using Unicode library Standard PHP)
Searching for an answer shows other people with same problem but no answers so far.
Please help. Thanks.
Comments
Is is a local system or a
Is is a local system or a hosted system? if hosted, is it shared?
===
"Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime." -- Lao Tzu
"God helps those who help themselves." -- Benjamin Franklin
"Search is your best friend." -- Worldfallz
I should have said... it is
I should have said... it is a local system.
np, i think it should be
np, i think it should be easy then... open your php.ini, look for the ";extension=php_mbstring.dll" line, remove the ";", and recycle.
===
"Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime." -- Lao Tzu
"God helps those who help themselves." -- Benjamin Franklin
"Search is your best friend." -- Worldfallz
I am having the same issue.
I am having the same issue. I looked in my php.ini file but I do not have the line ";extension=php_mbstring.dll".
Any other suggestions?
try adding it (without the ;
try adding it (without the ; )
===
"Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime." -- Lao Tzu
"God helps those who help themselves." -- Benjamin Franklin
"Search is your best friend." -- Worldfallz