[Tickets #14177] Re: ActiveSync SQL error
noreply at bugs.horde.org
noreply at bugs.horde.org
Fri Dec 25 21:21:47 UTC 2015
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://bugs.horde.org/ticket/14177
------------------------------------------------------------------------------
Ticket | 14177
Updated By | Michael Rubinsky <mrubinsk at horde.org>
Summary | ActiveSync SQL error
Queue | Synchronization
Version | FRAMEWORK_5_2
Type | Bug
-State | No Feedback
+State | Not Reproducible
Priority | 2. Medium
Milestone |
Patch |
Owners | Michael Rubinsky
------------------------------------------------------------------------------
Michael Rubinsky <mrubinsk at horde.org> (2015-12-25 21:21) wrote:
Well, you are going to need to figure out why the share_name isn't
being captured in Horde_Share_Sql::_listAllShares(). Look at the code
around line 324:
if (!empty($data['share_name'])) {
$sharelist[$data['share_name']] = $this->_createObject($data);
} else {
$sharelist[] = $this->_createObject($data);
}
and start digging there.
More information about the bugs
mailing list