6.0.0-beta1
9/2/25

[#11006] searching ldap source yields an unhandled exception
Summary searching ldap source yields an unhandled exception
Queue Turba
Queue Version 3.0.11
Type Bug
State Not A Bug
Priority 2. Medium
Owners
Requester herde (at) tu-harburg (dot) de
Created 02/17/2012 (4946 days ago)
Due 02/29/2012 (4934 days ago)
Updated 03/30/2012 (4904 days ago)
Assigned
Resolved 02/17/2012 (4946 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
03/30/2012 03:33:57 PM gerard (dot) breiner (at) ias (dot) u-psud (dot) fr Comment #3 Reply to this comment
I found the cause myself : in pref_column there was a broken entry - 
i deleted it and the search listing works again. you can fortunately 
close this ticket.
Hello,

I don't know how that's happens but I've got the same issue after 
migrating mysql database horde3 to horde4 . Yet  I have already done 
this migration several times just for testing without  encountered   
this bug. However thanks your information I find out how to correct it 
for a user but what about for many many user ?  Moreover I would be 
interested in  knowing how this error had occurs.

Many thanks in advance...

Best regards.

Gérard Breiner
02/17/2012 06:22:20 PM Jan Schneider State ⇒ Not A Bug
 
02/17/2012 06:09:31 PM herde (at) tu-harburg (dot) de Comment #2 Reply to this comment
I found the cause myself : in pref_column there was a broken entry - i 
deleted it and the search listing works again. you can fortunately 
close this ticket.
02/17/2012 04:05:03 PM herde (at) tu-harburg (dot) de Comment #1
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Turba
Due ⇒ 02/29/2012
Summary ⇒ searching ldap source yields an unhandled exception
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
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 ?

Saved Queries