[sork] Re: ldap.php

Christian Affolter caffolter at purplehaze.ch
Fri Apr 8 02:45:59 PDT 2005


> i'am using the latest file vacation/lib/Driver/ldap.php,v 1.6 2005/01/03
> 14:35:41
> 
> and i've the follwing error message :
> 
> *Fatal error*: Call to undefined function: mb_convert_encoding() in
> */usr/apache2/htdocs/horde/vacation/lib/Driver/ldap.php* on line *313
> 
> *is it a problem about php Version ? (PHP Version: 4.3.4, Horde:
> 3.0.3,Imp: H3 (4.0.2))
It seems that you haven't compiled the multi byte string functions into
your PHP.
Check http://www.php.net/manual/en/ref.mbstring.php for installation
instructions.

> question :  what's the purspose of these encoding function, and how may
> i resolved the problem ????
OpenLDAP stores values UTF-8 encoded, those functions are taking care of
this. So you shouldn't comment them out.

regards,
Christian



More information about the sork mailing list