https://bugs.kde.org/show_bug.cgi?id=374302
--- Comment #16 from Lukas Winkler <k...@lw1.at> --- I think I have found out why you can't reproduce it: I have dropped the database, recreated it and started digikam for the first time (so it creates the tables) Then I changed to another database (digikamtest2), created it and restarted digikam again. But this time I started it with LANG=C /opt/digikam-5.5.0-01-x86-64.appimage so that the error messages would appear in English (my system is in German). Oddly the map did work this time. I created a diff of this two databases and it seems like the only difference is the 'Locale'-Setting which is set to 'UTF-8' every time it doesn't work. < -- Datenbank: `digikamtest2` --- > -- Datenbank: `digikamtest` 474,477c474,477 < ('databaseUUID', '{118c6a08-34af-41ec-b894-8433443ef1ab}'), < ('Locale', 'UTF-8'), < ('DeleteRemovedCompleteScanCount', '2'), < ('Scanned', '2017-03-08T19:59:14'); --- > ('databaseUUID', '{bf7cb542-4d29-4ff8-b4e2-dca5025dff9c}'), > ('Locale', 'US-ASCII'), > ('DeleteRemovedCompleteScanCount', '3'), > ('Scanned', '2017-03-08T19:57:15'); Is it possible that the error has to do with the handling of the locale? -- You are receiving this mail because: You are watching all bug changes.