Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi, In my template I make a call to
@Umbraco.Field("whoIsRunning")
This used to display names from a checkbox in the backend e.g. I tick a box with my name next to it and on the front-end it would show my name.
Umbraco.CheckBoxList is being used.
Since I upgraded I get the error message:
System.Linq.Enumerable+WhereSelectArrayIterator`2[System.String,System.String]
Now, I presume something has changed from 7.4 to 7.6 but I'm not sure what and I hope someone can help me.
Thanks,
Fixed the issue. In the umbracoSettings.config file, I needed to change EnablePropertyValueConverters to false, rather than true.
Everything works now :)
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Error since upgrading to 7.6
Hi, In my template I make a call to
This used to display names from a checkbox in the backend e.g. I tick a box with my name next to it and on the front-end it would show my name.
Umbraco.CheckBoxList is being used.
Since I upgraded I get the error message:
Now, I presume something has changed from 7.4 to 7.6 but I'm not sure what and I hope someone can help me.
Thanks,
Fixed the issue. In the umbracoSettings.config file, I needed to change EnablePropertyValueConverters to false, rather than true.
Everything works now :)
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion