Error returning dictionary item 'Previous' No key Previous exists in dictionary at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key) at Umbraco.Web.Dictionary.DefaultCultureDictionary.get_Item(String key)
0.041584
0.000116
In member mode
0.041785
0.000202
Parsing Member placeholders start
0.041811
0.000026
Parsing Member placeholders stop
0.041839
0.000028
DefaultCultureDictionary
Error returning dictionary item 'Next' No key Next exists in dictionary at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key) at Umbraco.Web.Dictionary.DefaultCultureDictionary.get_Item(String key)
0.041935
0.000096
In member mode
0.042082
0.000148
Parsing Member placeholders start
0.042108
0.000026
Parsing Member placeholders stop
0.042134
0.000026
In member mode
0.043168
0.000024
Parsing Member placeholders stop
0.043194
0.000026
In member mode
0.043922
0.000728
Parsing Member placeholders start
0.043972
0.000050
Parsing Member placeholders stop
0.044009
0.000037
DefaultCultureDictionary
Error returning dictionary item 'Half-marathon : Race of 21,1 Kms on road to be done within 4 hours' No key Half-marathon : Race of 21,1 Kms on road to be done within 4 hours exists in dictionary at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key) at Umbraco.Web.Dictionary.DefaultCultureDictionary.get_Item(String key)
0.044158
0.000149
In member mode
0.044374
0.000216
Parsing Member placeholders start
0.057197
0.000028
In member mode
0.057230
0.000032
Parsing Member placeholders start
0.057248
0.000018
Parsing Member placeholders stop
0.057273
0.000025
DefaultCultureDictionary
Error returning dictionary item 'Please tick as appropriate below' No key Please tick as appropriate below exists in dictionary at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key) at Umbraco.Web.Dictionary.DefaultCultureDictionary.get_Item(String key)
0.057406
0.000133
In member mode
0.057566
0.000160
Parsing Member placeholders start
0.057590
0.000024
Parsing Member placeholders stop
0.057618
0.000028
In member mode
0.057650
0.000032
Parsing Member placeholders start
0.057668
0.000018
Parsing Member placeholders stop
0.057696
0.000028
DefaultCultureDictionary
Error returning dictionary item 'Please tick as appropriate below' No key Please tick as appropriate below exists in dictionary at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key) at Umbraco.Web.Dictionary.DefaultCultureDictionary.get_Item(String key)
0.057788
0.000092
In member mode
0.057935
0.000147
Parsing Member placeholders start
0.057959
0.000024
Parsing Member placeholders stop
0.057989
0.000030
0.088621
0.000041
Tried another basic form without any Dictionary Item but same issue.
That is the form view :), are you sure the error is coming from the label fieldtype, did you make changes to the field view or is it just the standard one?
1)if you remove the label from the form does it work then?
2)if you remove the contour form from the page does the error go away then?
From what I can see error isn't coming from the label
Ok looks like you are running a customized version of contour contrib that has an bug in it (when running with latest public source it runs fine), so you'll need to notify your devs that the error exists in the customizations and they'll need to take care of it
FieldType.Label not displaying in V3.0.21
Has anyone run into this issue before.
I have created a FiledType.Label.Cshtml with the following in contour 3.0.21
String was not recognized as a valid Boolean
Comment author was deleted
Do you have a strack trace for the error?
Hi Tim,
Yes sure getting this when rendering the form
String was not recognized as a valid Boolean.
and those when doing umb Trace
No key Previous exists in dictionary
at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key)
at Umbraco.Web.Dictionary.DefaultCultureDictionary.get_Item(String key)
No key Next exists in dictionary
at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key)
at Umbraco.Web.Dictionary.DefaultCultureDictionary.get_Item(String key)
No key Half-marathon : Race of 21,1 Kms on road to be done within 4 hours exists in dictionary
at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key)
at Umbraco.Web.Dictionary.DefaultCultureDictionary.get_Item(String key)
No key Please tick as appropriate below exists in dictionary
at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key)
at Umbraco.Web.Dictionary.DefaultCultureDictionary.get_Item(String key)
No key Please tick as appropriate below exists in dictionary
at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key)
at Umbraco.Web.Dictionary.DefaultCultureDictionary.get_Item(String key)
Tried another basic form without any Dictionary Item but same issue.
Any suggestions ?
//fuji
Comment author was deleted
Hmm that doesn't show the String was not recognized as a valid Boolean error
What happens if you simplify the view so remove the p and the additionalsettings bit just to identify if the error is coming from that bit
same issue nothing changed. I even deleted the view file FiledType.Label.Cshtml.
Comment author was deleted
Must be an issue in the fieldtype then, mind posting the label fieldtype c# class?
you mean the FieldType.Label.cshtml ?
Comment author was deleted
No the actual fieldtype class, so the c# class that inherits from FieldType and where the label fieldtype is defined
Comment author was deleted
That is the form view :), are you sure the error is coming from the label fieldtype, did you make changes to the field view or is it just the standard one?
1)if you remove the label from the form does it work then?
2)if you remove the contour form from the page does the error go away then?
From what I can see error isn't coming from the label
Tim,
1) Label Removed from the form and do confirm the form works well without the label
2) Did make a Preview of the form from the contour section and same issue so it must be the label field doing this.
Comment author was deleted
Ok could you send me that custom fieldtype since it's not a default one... tg at umbraco dot com, thanks
You need the FieldType.Label ?
Comment author was deleted
Ok looks like you are running a customized version of contour contrib that has an bug in it (when running with latest public source it runs fine), so you'll need to notify your devs that the error exists in the customizations and they'll need to take care of it
Cheers,
Tim
Tim,
Thats wierd though i installed the package directly. Am i the only one who had that issue ? :)
To solve this issue i instead created a custom label fieldType
is working on a reply...