Summary | Undefined class constant 'STATUS_INVALID_WAIT_HEARTBEATINTERVAL' |
Queue | Synchronization |
Queue Version | FRAMEWORK_5_2 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | mtspam (at) tesira (dot) de |
Created | 07/26/2017 (2899 days ago) |
Due | |
Updated | 07/29/2017 (2896 days ago) |
Assigned | 07/26/2017 (2899 days ago) |
Resolved | 07/29/2017 (2896 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
commit 06e671f6744f548913b7817937bfbe3b313e32ed
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sat Jul 29 14:35:52 2017 -0400
Bug: 14671Fix constant.framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/06e671f6744f548913b7817937bfbe3b313e32ed
State ⇒ Assigned
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Undefined class constant 'STATUS_INVALID_WAIT_HEARTBEATINTERVAL'
Queue ⇒ Synchronization
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
to sync my new android device.
HORDE[19679]: Undefined class constant
'STATUS_INVALID_WAIT_HEARTBEATINTERVAL' [pid 19679 on line 153 of
"/usr/share/php/Horde/ActiveSync/Request/Sync.php"]
Looking into that file, there is indeed only a class constant of the name
const STATUS_INVALID_WAIT_HEARTBEAT = 14;
but not the one used in the code below of the name
STATUS_INVALID_WAIT_HEARTBEATINTERVAL.