[turba] contact lists error

pete pkarttun at siba.fi
Fri Aug 6 10:43:59 PDT 2004


Hello!

Is that correct that adding a contact from let's say a shared ldap-addressbook
to the contact list in private localsql addressbook is not possible for now? If
not, could it be possible to add a some kind of an error handler. In above
situation i get:

Fatal error: Call to undefined function: getvalue() in
/var/www/html/horde3/turba/lib/Group.php on line 52
 
It would mean in Group.php line 50 something like??:
 
function addMember($object)
{
   global $notification;
   if (is_a($object, 'PEAR_Error')) {
      $notification->push(sprintf(_("There was an error adding a contact to the
list. %s"), $object->getMessage()), 'horde.error');
      return;
   }

...

:pete


More information about the turba mailing list