Bug 280068

Summary: GNUCash import does not work
Product: [Applications] kmymoney Reporter: Cristian Oneț <onet.cristian>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: SVN   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Cristian Oneț 2011-08-14 11:40:56 UTC
Version:           SVN trunk (using KDE 4.7.0) 
OS:                Linux

Whether I use the import action or just open the GNUCash file I get this error:
'Cannot load file /home/cristi/dezvoltare/testfiles/gnucash. Reason: No storage object attached to MyMoneyFile'

Reproducible: Always

Steps to Reproduce:
1. File->Import->GNUCash
2. Select OK in the import dialog


Actual Results:  
Error message appears.

Expected Results:  
Import should run.

OS: Linux (x86_64) release 2.6.39-gentoo-r3
Compiler: x86_64-pc-linux-gnu-gcc
Comment 1 Cristian Oneț 2011-08-15 20:52:28 UTC
SVN commit 1247411 by conet:

BUG: 280068
Make sure the storage is attached while using the MyMoneyFileTransaction. I don't know when did this break but it seems that GNUCash import was not working for a long time.

 M  +2 -0      mymoneygncreader.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1247411
Comment 2 Cristian Oneț 2011-08-15 20:53:12 UTC
SVN commit 1247412 by conet:

BUG: 280068
Make sure the storage is attached while using the MyMoneyFileTransaction. I don't know when did this break but it seems that GNUCash import was not working for a long time.
Backported to the stable branch.

 M  +2 -0      mymoneygncreader.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1247412