Forums / Install & configuration / Problem when I charge eZ/index.php/plain
Natalia Lillo
Wednesday 21 December 2005 12:39:57 pm
Hi,I have a problem when I charge my site wiht eZ, the error is the following:
Fatal error: Call to undefined function: mb_strlen() in E:\web\ezpublish-3.7.2\var\plain\cache\template\compiled\node_list-bbf92443ccc3d4ef8c2a94d8cd070257.php on line 39
Exist any parameter what I can to config in eZ Publish to get error's detail and so fix it?
Cheers
Natalia
Ćukasz Serwatka
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