6.0.0-beta1
7/3/25

[#13272] Fix crash after successful import
Summary Fix crash after successful import
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 06/18/2014 (4033 days ago)
Due
Updated 06/20/2014 (4031 days ago)
Assigned
Resolved 06/20/2014 (4031 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch Yes

History
06/20/2014 01:22:32 PM Git Commit Comment #4 Reply to this comment
Changes have been made in Git (FRAMEWORK_5_2):

commit a045a74024d13c715072d555cc44defb9cf1ea9a
Author: Jan Schneider <jan@horde.org>
Date:   Fri Jun 20 15:22:00 2014 +0200

     [jan] Fix error after successful import (Thomas Jarosch 
<thomas.jarosch@intra2net.com>, Bug #13272).

  mnemo/docs/CHANGES |    2 ++
  mnemo/package.xml  |    2 ++
  2 files changed, 4 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/a045a74024d13c715072d555cc44defb9cf1ea9a
06/20/2014 01:22:30 PM Git Commit Comment #3 Reply to this comment
Changes have been made in Git (FRAMEWORK_5_2):

commit 9b764174432eb80d940b0248db7479e91127fcdb
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date:   Thu Jun 19 17:05:01 2014 +0200

     Fix crash after successful import

     Don't overwrite completely different
     $storage object with the backend driver.

     Detected by using the Kolab driver:
     It throws an exception if you call $driver->get('target').

     Code structure cloned from nag.

     Bug: 13272
     Signed-off-by: Jan Schneider <jan@horde.org>

  mnemo/data.php |    6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/9b764174432eb80d940b0248db7479e91127fcdb
06/20/2014 01:22:28 PM Jan Schneider Assigned to Jan Schneider
State ⇒ Resolved
 
06/20/2014 01:15:47 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (master):

commit ad9de973d228616c2f6b79d1ce827284f1e87a2d
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date:   Thu Jun 19 17:05:01 2014 +0200

     Fix crash after successful import

     Don't overwrite completely different
     $storage object with the backend driver.

     Detected by using the Kolab driver:
     It throws an exception if you call $driver->get('target').

     Code structure cloned from nag.

     Bug: 13272
     Signed-off-by: Jan Schneider <jan@horde.org>

  mnemo/data.php |    6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/ad9de973d228616c2f6b79d1ce827284f1e87a2d
06/18/2014 03:08:46 PM Thomas Jarosch Comment #1
Priority ⇒ 1. Low
New Attachment: 0001-Fix-crash-after-successful-import.patch Download
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Mnemo
Summary ⇒ Fix crash after successful import
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
Attached patch fixes a crash in memo after a successful import.

We were overwriting the $storage variable that actually
contains a "Horde_Core_Data_Storage" object.

Saved Queries