RSS plugin not working correctly in some cases

Post Reply
User avatar
Torsten_Kelsch
Legend Bludit
Posts: 263
Joined: Thu Aug 27, 2015 10:24 pm
Location: Germany
Has thanked: 4 times
Been thanked: 2 times
Contact:

I found out that the RSS plugin works fine, only as long as you write in Markdown. But when I write HTML code with links in it, the feed spits out a failure message and does not show any other content. I guess, it also happens when coding a reference to an image, using HTML instead of Markdown. However, the content is shown correctly on the web page. So, this makes me believe there must be something wrong with the RSS plugin.
On Error GoTo Bed
User avatar
diego
Site Admin
Posts: 773
Joined: Sat May 16, 2015 2:53 pm
Been thanked: 1 time
Contact:

Are you talking about the version 1.6?
User avatar
Torsten_Kelsch
Legend Bludit
Posts: 263
Joined: Thu Aug 27, 2015 10:24 pm
Location: Germany
Has thanked: 4 times
Been thanked: 2 times
Contact:

Uh … no, sorry for not mentioning – version 2 Beta 7.
On Error GoTo Bed
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Sorry, I cannot reproduce the error.

Please try the Beta from the repository. If the problems persists please post a link to your test installation (or send a PM).
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
Torsten_Kelsch
Legend Bludit
Posts: 263
Joined: Thu Aug 27, 2015 10:24 pm
Location: Germany
Has thanked: 4 times
Been thanked: 2 times
Contact:

I was just trying to reproduce it on a fresh installation with the default theme (Kernel Panic), and everything works fine. Then I installed my own theme from the other installation where the error appeared, and in this case the RSS feed does not work. So, I will have to search for issues in my theme. I should have guessed that before, so please forgive me for the false alarm.
Last edited by Torsten_Kelsch on Sat Oct 14, 2017 11:47 pm, edited 1 time in total.
On Error GoTo Bed
User avatar
Torsten_Kelsch
Legend Bludit
Posts: 263
Joined: Thu Aug 27, 2015 10:24 pm
Location: Germany
Has thanked: 4 times
Been thanked: 2 times
Contact:

Well, it had nothing to do with my theme, but with some content. I had placed a HTML break within a noscript element, which caused the trouble:

Code: Select all

[…]
</script>
<noscript>
    <p>
        Diese E-Mail-Adresse ist gegen Spambots geschützt. Wenn in Ihrem
        Browser kein JavaScript aktiviert ist, können Sie den anklickbaren
        Link nicht sehen. Geben Sie dann bitte in Ihr E-Mail-Programm
        folgende Adresse <span class="bold">ohne die Unterstriche</span> ein:<br>
	<pre>info_@_domain.de</pre>
    </p>
</noscript>
After deleting the <br>, the RSS worked.
On Error GoTo Bed
Post Reply