Oh, sorry. I thought if you already had KPEnhancedEntryView installed it would just be a drop in replacement. Try the plgx instead?
I've checked the FanartTV script, and it seems that the Fanart API is just returning an empty result to any query. Possibly they've blocked the API key, or maybe it's a temporary fault, I don't know. The server doesn't give any error message, just empty content.
Something very weird going on there, the names are not quite right, things like "EnttyView" instead of EntryView. I'm going to ignore that and assume maybe you OCR'ed it rather than just copying it. In any case, it at least localises where the modification is coming from. KPEnhancedEntryView thinks the group name is being changed, that the contents of the group name text box don't match the group's name when it loses focus. Still doesn't explain how that would happen just from opening a database,...
If you can reproduce it using the debug build and send me the stack trace message, I can investigate further.
Qobuz.boo fixed again and updated to v0.7
I finally had a chance to implement this, could you give the attached v2.7 preview a go and see if it works for you? The "Copy without spaces" menu option will only be shown if the value is not hidden, and is recognised as credit-card shaped. If the value is hidden then it will not show the menu option regardless of the value, for security reasons. You can reveal the value first and then copy it without spaces, if you need to.
Sounds like a good idea. I could have it auto-detect card numbers by by seeing if it's 4 groups of 4 digits, and if so show an additional context menu to copy without spaces.
I have one other suggestion, if you wanted to try it. I've attached a debug build of KeePass which will pop up a message box whenever the database modified flag is set true. If you run that, and then copy the message (just hit Ctrl+C when it appears) then that will tell us exactly what is setting the flag. Might still not tell us why, but at least what would be a start. Needless to say, don't use this debug build for anything other than obtaining this specific info, and not with any database that...