Summary | Kolab backend: PHP errors upon save |
Queue | Mnemo |
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 | 10/05/2012 (4628 days ago) |
Due | |
Updated | 10/15/2012 (4618 days ago) |
Assigned | |
Resolved | 10/08/2012 (4625 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 40ea0f84552fbc50c23bab25afcbb8f48e150d28
Author: Jan Schneider <jan@horde.org>
Date: Mon Oct 8 15:26:44 2012 +0200
Fix undefined variable (
Bug #11469).mnemo/templates/memo/memo.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/40ea0f84552fbc50c23bab25afcbb8f48e150d28
commit bef4a28653a7a1bac9e810e9a9ba8f47ef60d3a9
Author: Jan Schneider <jan@horde.org>
Date: Mon Oct 8 15:24:29 2012 +0200
Fix for categories returned as arrays now (
Bug #11469).mnemo/lib/Driver/Kolab.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/bef4a28653a7a1bac9e810e9a9ba8f47ef60d3a9
#11493;)State ⇒ Resolved
commit 40ea0f84552fbc50c23bab25afcbb8f48e150d28
Author: Jan Schneider <jan@horde.org>
Date: Mon Oct 8 15:26:44 2012 +0200
Fix undefined variable (
Bug #11469).mnemo/templates/memo/memo.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/40ea0f84552fbc50c23bab25afcbb8f48e150d28
commit bef4a28653a7a1bac9e810e9a9ba8f47ef60d3a9
Author: Jan Schneider <jan@horde.org>
Date: Mon Oct 8 15:24:29 2012 +0200
Fix for categories returned as arrays now (
Bug #11469).mnemo/lib/Driver/Kolab.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/bef4a28653a7a1bac9e810e9a9ba8f47ef60d3a9
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Kolab backend: PHP errors upon save
Queue ⇒ Mnemo
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
when I save a new note in menmo using the Kolab backend,
I get the following error messages:
2012-10-05T14:42:23+02:00 NOTICE: HORDE [mnemo] PHP ERROR: Undefined
variable: share [pid 2196 on line 57 of
"/datastore/DEVEL/horde/mnemo/templates/memo/memo.inc"]
2012-10-05T14:43:00+02:00 WARN: HORDE [mnemo] PHP ERROR: array_map()
[<a href='function.array-map'>function.array-map</a>]: Argument
#2should be an array [pid 15425 on line 78 of
"/datastore/DEVEL/horde/framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/String/Empty/List.php"]
2012-10-05T14:43:00+02:00 WARN: HORDE [mnemo] PHP ERROR: implode() [<a
href='function.implode'>function.implode</a>]: Invalid arguments
passed [pid 15425 on line 79 of
"/datastore/DEVEL/horde/framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/String/Empty/List.php"]
Cheers,
Thomas