| Summary | Kolab backend: Moving of notes crashes |
| Queue | Mnemo |
| Queue Version | Git develop |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | jan (at) horde (dot) org |
| Requester | thomas.jarosch (at) intra2net (dot) com |
| Created | 07/18/2012 (4858 days ago) |
| Due | |
| Updated | 08/29/2012 (4816 days ago) |
| Assigned | |
| Resolved | 07/19/2012 (4857 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
commit e8dab2b6fa2575d871b5575289fe81a9d38b5de2
Author: Jan Schneider <jan@horde.org>
Date: Thu Jul 19 00:59:44 2012 +0200
Fix variable names (
Bug #11280)..../lib/Horde/Kolab/Storage/Data/Base.php | 2 +-
.../lib/Horde/Kolab/Storage/Data/Decorator/Log.php | 2 +-
framework/Kolab_Storage/package.xml | 2 ++
3 files changed, 4 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/e8dab2b6fa2575d871b5575289fe81a9d38b5de2
State ⇒ Resolved
commit e8dab2b6fa2575d871b5575289fe81a9d38b5de2
Author: Jan Schneider <jan@horde.org>
Date: Thu Jul 19 00:59:44 2012 +0200
Fix variable names (
Bug #11280)..../lib/Horde/Kolab/Storage/Data/Base.php | 2 +-
.../lib/Horde/Kolab/Storage/Data/Decorator/Log.php | 2 +-
framework/Kolab_Storage/package.xml | 2 ++
3 files changed, 4 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/e8dab2b6fa2575d871b5575289fe81a9d38b5de2
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Mnemo
Summary ⇒ Kolab backend: Moving of notes crashes
Type ⇒ Bug
State ⇒ Unconfirmed
moving notes between two "notepads" fails:
2012-07-18T17:00:27+02:00 NOTICE: HORDE [mnemo] PHP ERROR: Undefined
variable: object_ids [pid 3616 on line 455 of
"/datastore/DEVEL/horde/framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Decorator/Log.php"]
2012-07-18T17:00:27+02:00 NOTICE: HORDE [mnemo] PHP ERROR: Undefined
variable: id [pid 3616 on line 551 of
"/datastore/DEVEL/horde/framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Base.php"]
2012-07-18T17:00:27+02:00 EMERG: HORDE [mnemo] No such object ! [pid
3616 on line 186 of "/datastore/DEVEL/horde/mnemo/lib/Driver/Kolab.php"]
Updating an existing note works since the last fixes ;)
Thomas