Solved Rss feed parser produces errors on items without the title tag

This topic has been solved
D

danger@

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

RSS 2.0 specification 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

Continue reading...