Summary | Kolab backend: Move of note gives PHP error |
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/10/2012 (4656 days ago) |
Due | |
Updated | 10/15/2012 (4651 days ago) |
Assigned | |
Resolved | 10/11/2012 (4655 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 2dee1a498cd3ca16482837dee51250e817eafee4
Author: Jan Schneider <jan@horde.org>
Date: Thu Oct 11 19:59:36 2012 +0200
Fix logging moved objects (
Bug #11493)..../lib/Horde/Kolab/Storage/Data/Base.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/2dee1a498cd3ca16482837dee51250e817eafee4
State ⇒ Resolved
commit 2dee1a498cd3ca16482837dee51250e817eafee4
Author: Jan Schneider <jan@horde.org>
Date: Thu Oct 11 19:59:36 2012 +0200
Fix logging moved objects (
Bug #11493)..../lib/Horde/Kolab/Storage/Data/Base.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/2dee1a498cd3ca16482837dee51250e817eafee4
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Mnemo
Summary ⇒ Kolab backend: Move of note gives PHP error
Type ⇒ Bug
State ⇒ Unconfirmed
when you move a note from one notepad to another, you'll get this
error in the logs:
2012-10-10T16:24:40+02:00 NOTICE: HORDE [mnemo] PHP ERROR: Undefined
offset: 1 [pid 9097 on line 489 of
"/datastore/DEVEL/horde/framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache/Data.php"]
The note seems to be moved fine.
Thomas