Summary | ActiveSync is broken in FRAMEWORK_5_0 |
Queue | Synchronization |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 3. High |
Owners | mrubinsk (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 04/16/2013 (4475 days ago) |
Due | |
Updated | 04/16/2013 (4475 days ago) |
Assigned | 04/16/2013 (4475 days ago) |
Resolved | 04/16/2013 (4475 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
commit 70a25e2194fc5e790cebf3c18491d2a319b70395
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Tue Apr 16 16:54:29 2013 -0400
Bug: 12185Fix bad cherry-pick.Horde_ActiveSync_Device is not present in FRAMEWORK_5_0
.../lib/Horde/ActiveSync/Connector/Importer.php | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/70a25e2194fc5e790cebf3c18491d2a319b70395
Assigned to Michael Rubinsky
Priority ⇒ 3. High
State ⇒ Assigned
Expect a fix later this evening.
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Synchronization
Summary ⇒ ActiveSync is broken in FRAMEWORK_5_0
Type ⇒ Bug
the current ActiveSync code in FRAMEWORK_5_0 is broken:
[Tue Apr 16 17:06:49 2013] [error] [client 172.17.2.102] PHP Fatal
error: Class 'Horde_ActiveSync_Device' not found in
/datastore/DEVEL/horde/framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php
on line 595
The "Horde_ActiveSync_Device" class only exists in the "master" branch.
Cheers,
Thomas