Rss feed parser produces errors on items without title tag

  • Thread starter Thread starter danger@
  • Start date Start date

danger@

Guest
Member
Hello, it appears the XF feed parser has issues with entries that do not include title tags:

https://validator.w3.org/feed/docs/rss2.html#hrelementsOfLtitemgt documents that either title or description must be present. The problematic entries have description though. Here is the error that is being reported:

Code:

Code:
Exception: Error posting feed entry https://www.freebsd.org/news/newsflash/#2021-11-06:1 for feed 7: Please enter a valid title. src/XF/Service/Feed/Feeder.php:128
Generated...

Read more
 
Top