This isn't a very big deal. I haven't actually seen it adversely affect any sites I've worked on, but I see this error fairly frequently on various sites. The most recent is an umbraco 7.1.8 site. I suspect it is related to Contour, but I'm not really sure. I haven't done much to try to resolve the problem aside from googling. Anyone else see this commonly? Is there something obvious I'm missing.
2015-08-27 15:02:19,255 [16] WARN Umbraco.Web.Dictionary.DefaultCultureDictionary - [Thread 23] Error returning dictionary item 'Submit'. Exception: System.ArgumentException: No key Submit exists in dictionary
at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key)
at Umbraco.Web.Dictionary.DefaultCultureDictionary.get_Item(String key)
2015-08-27 15:02:19,255 [16] WARN Umbraco.Web.Dictionary.DefaultCultureDictionary - [Thread 23] Error returning dictionary item 'Previous'. Exception: System.ArgumentException: No key Previous exists in dictionary
at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key)
at Umbraco.Web.Dictionary.DefaultCultureDictionary.get_Item(String key)
2015-08-27 15:02:19,255 [16] WARN Umbraco.Web.Dictionary.DefaultCultureDictionary - [Thread 23] Error returning dictionary item 'Next'. Exception: System.ArgumentException: No key Next exists in dictionary
at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key)
at Umbraco.Web.Dictionary.DefaultCultureDictionary.get_Item(String key)
I'm guessing Contour is looking for those dictionary keys by default so that it can override the text on the buttons. Nothing to be worried about though, I would say.
Error returning dictionary item 'Submit'
This isn't a very big deal. I haven't actually seen it adversely affect any sites I've worked on, but I see this error fairly frequently on various sites. The most recent is an umbraco 7.1.8 site. I suspect it is related to Contour, but I'm not really sure. I haven't done much to try to resolve the problem aside from googling. Anyone else see this commonly? Is there something obvious I'm missing.
I'm guessing Contour is looking for those dictionary keys by default so that it can override the text on the buttons. Nothing to be worried about though, I would say.
Ah. You are correct. I just had to go to the dictionary tree in the Settings section and add Next, Previous, and Submit at dictionary items.
is working on a reply...