eGroupWare php.ini problems?

Hi,

Im trying to install eGroupWare but im stuck on this problem below.


Checking php.ini: mbstring.func_overload = 7:
ini_get(‘mbstring.func_overload’)=‘0’
The mbstring.func_overload = 7 is needed to fully support unicode (utf- 8 ) or other multibyte-charsets.

*** Please make the following change in your php.ini (/usr/local/Zend/etc/php.ini): mbstring.func_overload = 7
*** AND reload your webserver, so the above changes take effect !!!

Is there anyway to solve this issue?

Regards
-Billy

Is this on windows or unix?

Unix Stephen

bump…

You will have to use the php ini_set function to change these items.

I’m having the same problem and wonder how I can set this.

also unix?

yes

ini_set will work, but requires modifications of code, so, I would recommend sending a ticket, addressed to Tanmaya, and asking if there can be anything done about that.

I do not know if it will cause any issue with that modification for others, or if it can be safely changed globally, but Tanmaya can respond to that.