6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
8/12/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#14145] [turba] Unable to find __owner field. Cannot delete.
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ . .. ..___.__ [__)| ||_/ [__ [ __ | \|__|| \[___[_./
Comment
> Cannot delete address books in turba: "Unable to find __owner field. > Cannot delete." > > Seems to be a bug in Turba's Sql driver. This patch fixes the problem: > > --- Sql.php.1 2015-10-26 18:42:09.840500217 +0100 > +++ Sql.php 2015-10-26 18:46:01.602802193 +0100 > @@ -503,10 +503,10 @@ > ? array($GLOBALS['registry']->getAuth()) > : array($sourceName); > > - if (empty($this->_params['map']['__owner'])) { > + if (empty($this->map['__owner'])) { > throw new Turba_Exception(_("Unable to find __owner > field. Cannot delete.")); > } > - $owner_field = $this->_params['map']['__owner']; > + $owner_field = $this->map['__owner']; > > /* Need a list of UIDs so we can notify History */ > $query = sprintf('SELECT %s FROM %s WHERE %s = ?', >
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