Summary | SyncMl preference dialog dies |
Queue | Horde Base |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 11/26/2012 (4620 days ago) |
Due | |
Updated | 12/10/2012 (4606 days ago) |
Assigned | |
Resolved | 11/29/2012 (4617 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 5.0.3 |
Patch | No |
State ⇒ Resolved
Milestone ⇒ 5.0.3
commit 0ea4da4d418dbbcf21143e3b2dbb0786901abcad
Author: Jan Schneider <jan@horde.org>
Date: Thu Nov 29 15:10:11 2012 +0100
Don't show SyncML prefs if Horde_SyncMl is not installed (
Bug #11757).horde/config/prefs.php | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/0ea4da4d418dbbcf21143e3b2dbb0786901abcad
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Base
Summary ⇒ SyncMl preference dialog dies
Type ⇒ Bug
State ⇒ Unconfirmed
the syncml preference dialog dies if Horde_SyncML is not installed.
Since it's an optional package, we should hide the menu entry in the
preference dialog or somehow handle the missing package.
Apache's error log:
[Mon Nov 26 15:08:05 2012] [error] [client 172.16.1.253] PHP Fatal
error: Class 'Horde_SyncMl_Backend' not found in
/datastore/share/pear/www/horde/lib/Prefs/Special/Syncml.php on line
30, referer:
http://intradev-tom.m.i2n/horde/services/prefs.php?Horde=dh5beqf3rkjppeukk4ts8odhq7&app=horde
Thomas