| 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 | 7/26/17 (3169 days ago) |
| Due | |
| Updated | 7/29/17 (3166 days ago) |
| Assigned | 7/26/17 (3169 days ago) |
| Resolved | 7/29/17 (3166 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.