All of my VFS Views have stopped working. They have worked for over a year without an issue. The WAF has dropped drastically. Any help would be appreciated. I have inserted one below. and attached one at .txt.
Thanks for the help.
Code:
<vfs>
<views>
<view name="wr_basic_tv" label="WR Simple TV Lookup" visible="false">
<description>WR TV Simple Lookup of All TV Shows</description>
<tag value="tv"/>
<view-source name="recordings"/>
<view-source name="phoenix.view.default.videofolders"/>
<view-source name="videos"/>
<filter by="mediatype" value="tv" />
</view-source>
</view>
<view name="wr_kids_tv" label="Kid's TV"> <description>WR Display Kid's Shows Only</description>
<view-source name="wr_basic_tv" >
<filter by="pql">
<option name="value">
><![CDATA[
Title = ‘Blue's Clues’ or
Title = ‘Caillou’ or
Title = ‘The Cat in the Hat Knows a Lot About That!’ or
Title = ‘Dinosaur Train’ or
Title = ‘Curious George’ or
Title = ‘Blue's Room’ or
Title = ‘The Penguins of Madagascar’ or
Title = ‘Phineas and Ferb’ or
Title = ‘Star Wars - The CLone Wars’ or
Title = ‘Family Guy’ or
Title = ‘Sid the Science Kid’ or
Title = ‘Super Why!’ or
Title = ‘What's New Scooby-Doo?’ or
Title = ‘Thomas & Friends’ or
Title = ‘Daniel Tiger's Neighborhood’
]]></option>
<option name="scope" value="include"/>
</filter>
</view-source>
<presentation level="1">
<group by="show"/>
<sort by="title">
<option name="ignore-all" value="true"/>
</sort>
</presentation>
<presentation level="2">
<sort by="seasonepisode">
<option name="sort-order" value="desc"/>
</sort>
</presentation>
</view>
</views>
</vfs>