6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
9/4/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#6039] contact search box rendered PHP error
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ .__ .___. ,.__. [__)[__)[__ \./ | | | | \[___ | |__\
Comment
> i am using kolab-2.1 (debian unstable) and horde-webmail-1.1rc1 > > > > when i began to setup my portal i did not import kolab's global > address book. at that time the portal block for contact search > rendered a php-error (that i unfortunately cannot reproduce any more) > in case the kolab user address book was empty. the patch below fixed > the problem... > > > > $ diff horde-webmail-1.1-rc1/turba/lib/Driver/kolab.php > horde-webmail-1.1-rc1-netzwerkteam/turba/lib/Driver/kolab.php > > 767,768c767,771 > > < $field = $test['field']; > > < $needle = $test['test']; > > --- > >> > >> $field = isset($test['field']) and >> $test['field'] or ''; > >> $needle = isset($test['test']) and >> $test['test'] or ''; > >> #$field = $test['field']; > >> #$needle = $test['test']; > > > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers