Hi,
I have a problem with the rss feed where it displays the code as you can see here:
feed://www.cnybirmingham.chameleonmedia.co.uk/about/news/rss
any idea why?
I am using ss 2.4.7, i don't have the problem in older versions.
Thanks!!
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
Hi,
I have a problem with the rss feed where it displays the code as you can see here:
feed://www.cnybirmingham.chameleonmedia.co.uk/about/news/rss
any idea why?
I am using ss 2.4.7, i don't have the problem in older versions.
Thanks!!
Fixed had to remove
'EscapeXML' => 'Text',
from text.php in core-model-fieldtypes
Today I found the same problem....
As I can see on this commit https://github.com/silverstripe/sapphire/commit/6ecf7ffe84a2eb8141be135a5d23c5a433f8c9a2, it's fixed in 3.0.
For me it work the override of RSSFeed.ss with the EscapeXML replaced with XML.