Bug Invalid RSS feed item errors indefinitely

There is a bug in this version
M

mattrogowski

Guest
We have an RSS feed set up to post a thread that is erroring with Error posting feed entry <id> for feed 11: Please enter a valid message. every 30 minutes.

After tracking it down it's failing somewhere in the bbcode renderer. XF\Service\Message\Preparer::processMessage() calls $this->bbCodeProcessor->render() and returns nothing.

It probably needs to either capture that the validation has failed and skip it or track how many times it's been attempted and skip it when it...

Read more

Continue reading...