We're getting the below warning messages in our logs when a contour form is submitted. I'm assuming that these words should be in our dictionary, but looking at our dictionary table (cmsDictionary), there are no entries. How would I add dictionary entries in Umbraco 7.1.4, Contour 3.0.21?
Is that the case in umbraco 7? When I click on the dictionary it says 'Dictionary Overview' and underneath is Key 'English (United States)' and thats all. I've tried a couple of our installations and they're the same, unless we have something wrong somewhere? I'm logged in as admin.
Update: Ah - don't worry about it you have to right click on the dictionary and hit create
Indeed you can use right mouse click on the name but in U7 you can also click on the three dots at the end of each page tree item (visible when you hover over the item).
Submit/Previous/Next missing from dictionary
Hi,
We're getting the below warning messages in our logs when a contour form is submitted. I'm assuming that these words should be in our dictionary, but looking at our dictionary table (cmsDictionary), there are no entries. How would I add dictionary entries in Umbraco 7.1.4, Contour 3.0.21?
tia,
Dave
2015-01-14 10:32:00,562 [141] WARN Umbraco.Web.Dictionary.DefaultCultureDictionary - [Thread 127] 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-01-14 10:32:00,562 [141] WARN Umbraco.Web.Dictionary.DefaultCultureDictionary - [Thread 127] 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-01-14 10:32:00,562 [141] WARN Umbraco.Web.Dictionary.DefaultCultureDictionary - [Thread 127] 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)
Hi Dave,
Dictionary items can be added in the CMS under the Settings section. Here you'll find a folder 'dictionary' where you can create the needed items.
Hi Jonathon,
Is that the case in umbraco 7? When I click on the dictionary it says 'Dictionary Overview' and underneath is Key 'English (United States)' and thats all. I've tried a couple of our installations and they're the same, unless we have something wrong somewhere? I'm logged in as admin.
Update: Ah - don't worry about it you have to right click on the dictionary and hit create
Thanks,
Dave
Indeed you can use right mouse click on the name but in U7 you can also click on the three dots at the end of each page tree item (visible when you hover over the item).
is working on a reply...