Copied to clipboard

Flag this post as spam?

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


  • Owain Williams 482 posts 1414 karma points MVP 7x c-trib
    May 17, 2017 @ 14:38
    Owain Williams
    0

    Error since upgrading to 7.6

    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,

  • Owain Williams 482 posts 1414 karma points MVP 7x c-trib
    May 17, 2017 @ 15:26
    Owain Williams
    101

    Fixed the issue. In the umbracoSettings.config file, I needed to change EnablePropertyValueConverters to false, rather than true.

    Everything works now :)

  • 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

Please Sign in or register to post replies