[Tickets #14177] Re: ActiveSync SQL error
noreply at bugs.horde.org
noreply at bugs.horde.org
Sat Dec 5 19:14:44 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 | Feedback
Priority | 2. Medium
Milestone |
Patch |
Owners | Michael Rubinsky
------------------------------------------------------------------------------
Michael Rubinsky <mrubinsk at horde.org> (2015-12-05 19:14) wrote:
>> Additionally I found out that the last entry before the error occurs
>> is the query for the last share in "SELECT * FROM kronolith_sharesng
>> ORDER BY share_name ASC" (which according to the debug log seems to
>> be query used by horde-alarms to get the list of shares).
>
> By this I wanted to say it seems that the error occurs *after* all
> shares from kronolith_sharesng have already been processed.
Using the admin phpshell in Horde, look to see what the following
produces (using Kronolith's scope):
$kronolith_shares = $injector->getInstance('Kronolith_Shares');
var_dump(array_keys($kronolith_shares->listAllShares()));
See if there are any "empty-ish" values listed.
More information about the bugs
mailing list