Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mark Bowser 273 posts 860 karma points c-trib
    Aug 27, 2015 @ 22:44
    Mark Bowser
    0

    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.

    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)
    
  • Sebastiaan Janssen 5044 posts 15475 karma points MVP admin hq
    Aug 28, 2015 @ 06:47
    Sebastiaan Janssen
    100

    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.

  • Mark Bowser 273 posts 860 karma points c-trib
    Sep 10, 2015 @ 17:57
    Mark Bowser
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft