DNN 9.01.01
Executing this simple feed from the "preview" on the feed list returns an "Internal Server Error". I've checked the admin log and copied a portion of it after showing the feed itself below:
The feed:
<xmod:JsonFeed>
<ListDataSource CommandText="SELECT FestivalID, FestivalTitle FROM la360_Festival" />
<HeaderTemplate> [ </HeaderTemplate>
<ItemTemplate> {
"FestivalID":"[[FestivalID]]",
"FestivalName":"[[FestivalName]]"
}
</ItemTemplate>
<SeparatorTemplate> , </SeparatorTemplate>
<FooterTemplate> ] </FooterTemplate>
</xmod:JsonFeed>
A little of the event log error:
"Message:Type 'KnowBetter.XModPro.Web.Controls.JsonFeed' does not have a public property named 'HeaderTemplate'.