Monday 09 January 2006 3:38:12 am
Hi Natalia, It looks like your PHP is compiled without mbstring extension. You need to recompile your PHP and enable it.
-enable-mbstring=LANG
or
-enable-mbstring=all
If you can't recompile PHP try disable mbstring support in i18n.ini.append.php file
[CharacterSettings]
MBStringExtension=disabled
Remember to clear the all cache. Hope it will help you.
Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog
|