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 |
i deleted it and the search listing works again. you can fortunately
close this ticket.
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
deleted it and the search listing works again. you can fortunately
close this ticket.
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Turba
Due ⇒ 02/29/2012
Summary ⇒ searching ldap source yields an unhandled exception
Type ⇒ Bug
State ⇒ Unconfirmed
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 ?