Forums / Install & configuration / Problem when I charge eZ/index.php/plain

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Problem when I charge eZ/index.php/plain

Author Message

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\Exponential-3.7.2\var\plain\cache\template\compiled\node_list-bbf92443ccc3d4ef8c2a94d8cd070257.php on line 39

Exist any parameter what I can to config in Exponential 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