Version: 2.1.0 (using KDE 4.7.1) OS: Linux In the tag list there are some missing entries. The missing entries are in the TAG database and have the id less than 10 (id 0 to 9). Also the child tags are missing in the list. digikam recognize the missing tags, because if one tries to insert a tag with the missing name, the message "tag exist" appears. Example: Tag Familiy with id 1 is missing in the list. Reproducible: Always Steps to Reproduce: restart digikam Actual Results: Missing entries in list Expected Results: Missing entries are again visible OS: Linux (x86_64) release 2.6.38-gentoo-r6 Compiler: x86_64-pc-linux-gnu-gcc
No such problems can be seen here. When did the tags disappear? Any tag properties associated? SELECT * FROM TagProperties WHERE tagId < 10;
(In reply to comment #1) > No such problems can be seen here. When did the tags disappear? The problem disappears with the upgrade to 2.1 > Any tag properties associated? > SELECT * FROM TagProperties WHERE tagId < 10; This gives me: mysql> SELECT * FROM TagProperties WHERE tagId < 10; +-------+-------------+-------+ | tagid | property | value | +-------+-------------+-------+ | 1 | internalTag | NULL | | 2 | internalTag | NULL | | 3 | internalTag | NULL | | 4 | internalTag | NULL | | 5 | internalTag | NULL | | 6 | internalTag | NULL | | 7 | internalTag | NULL | +-------+-------------+-------+ These are the missing tags. Deleting these entries gives back the missing tags :-) Don't know when I've changed these entries in the past.
(In reply to comment #2) > (In reply to comment #1) > > No such problems can be seen here. When did the tags disappear? > > The problem disappears with the upgrade to 2.1 Sorry, I mean the tags disappered ....