Undefined offset
   
    Matthias Mahrholz
     
    Matthias.Mahrholz@URZ.Uni-Magdeburg.DE
       
    Wed, 22 Aug 2001 09:40:59 +0200
    
    
  
Hi,
when I connect to 
	http://localhost/horde/test.php3
I have following Warning:
	Undefined offset: 0 in /home/apache_1.3.20/php/phplib/ct_ldap.inc on
line 65
and
	LDAP: add operation could not be completed. in 						
/home/apache_1.3.20/php/phplib/ct_ldap.inc on line 50
line 65:
	$str = $inf[0]["str"][0]; 
		in function ac_get_value($id, $name)
line 50:
	if(!ldap_add($this->ds, $dn, $entry)) {
		in function ac_store($id, $name, $str)
I am installing apache_1.3.20, php-4.0.4pl1 and horde-1.2.6.
Who can help me?
Thanks.
Matthias