[Tickets #10721] Re: input fields disappear

bugs at horde.org bugs at horde.org
Fri Feb 17 15:58:54 UTC 2012


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

Ticket-URL: http://bugs.horde.org/ticket/10721
------------------------------------------------------------------------------
  Ticket           | 10721
  Aktualisiert Von | herde at tu-harburg.de
  Zusammenfassung  | input fields disappear
  Warteschlange    | Turba
  Version          | 3.0.10
  Typ              | Bug
  Status           | Feedback
  Priorität        | 2. Medium
  Milestone        |
  Patch            |
  Zuständige       |
------------------------------------------------------------------------------


herde at tu-harburg.de (2012-02-17 15:58) hat geschrieben:

This is a ldap source. searching and displaying 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






More information about the bugs mailing list