[Tickets #11006] searching ldap source yields an unhandled exception

bugs at horde.org bugs at horde.org
Fri Feb 17 16:05:03 UTC 2012


BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE  
E-MAIL-ADRESSE WERDEN NICHT GELESEN.

Ticket-URL: http://bugs.horde.org/ticket/11006
------------------------------------------------------------------------------
  Ticket           | 11006
  Erstellt Von     | herde at tu-harburg.de
  Zusammenfassung  | searching ldap source yields an unhandled exception
  Warteschlange    | Turba
  Version          | 3.0.11
  Typ              | Bug
  Status           | Unconfirmed
  Priorität        | 2. Medium
  Milestone        |
  Patch            |
  Zuständige       |
------------------------------------------------------------------------------


herde at tu-harburg.de (2012-02-17 16:05) hat geschrieben:

This is a ldap source. searching and displaying all right in H3 - but in
H4 searching thows an unhandled exception:

A fatal error has occurred
Nonexistant class "Horde_Form_Type_" for field type ""

1. Turba_View_List->display() /var/www/html/horde/turba/search.php:277
2. Turba_View_List->getPage() /var/www/html/horde/turba/lib/View/List.php:188
3. Turba_View_List->_get() /var/www/html/horde/turba/lib/View/List.php:255
4. include() /var/www/html/horde/turba/lib/View/List.php:411
5. Horde_Form->getType() /var/www/html/horde/turba/templates/browse/row.inc:79


backends.local.php
      'map' => array(
                     '__key' => 'dn',
                     '__uid' => 'uid',
                     'name' => 'cn',
                     'firstname' => 'givenName',
                     'lastname' => 'sn',
                     # 'login' => 'uid',
                     'email' => 'mail',
                     'workPhone' => 'telephoneNumber',
                     'workAddress' => 'postalAddress',
                     'office' => 'roomNumber',
                     'department' => 'ou',
                     'freebusyUrl' => 'calFBURL'
      ),
      'tabs' => array( _('email')),
      'search' => array(
        'lastname',
        'firstname',
        # 'login',
        'email'
      ),
      'strict' => array('dn','sn'),
      'public' => true,
      'export' => false,
      'readonly' => true,
      'browse' => false

Can you catch the exception ? what might be wrong ?





More information about the bugs mailing list