[Digikam-devel] [Bug 227075] digikam3 database is not imported
hagg at gmx.de
hagg at gmx.de
Fri Feb 26 21:11:44 GMT 2010
https://bugs.kde.org/show_bug.cgi?id=227075
--- Comment #4 from <hagg gmx de> 2010-02-26 22:11:42 ---
Thanks for the hint, the problem was as follows: My kde3 configuration used a
symbolic link to the data while the kde4 configuration used the real path to
the data. As a consequence digikam3.db was found but not the data referenced in
the database file.
After fixing this i got another problem. While the album thumbnails are there,
all JPEG's are missing when i start digikam. All movies are found. I checked
the digikam4.db and found that the entries in ImageInformation are missing
(they are only found for new pictures not in the kde3 database). When i add
such an entry manually:
INSERT INTO "ImageInformation"
VALUES(8670,0,'2009-12-01T17:14:02','2009-12-01T17:14:02',1,2592,1944,'JPG',8,5);
the picture becomes visible in digikam.
Do i maybe have a too old database?
sqlite> .dump Settings
...
INSERT INTO "Settings" VALUES('DBVersion','1');
INSERT INTO "Settings" VALUES('UpgradedFromSqlite2','yes');
...
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list