• Resolved lestadt

    (@lestadt)


    Hello, I write because I can’t find a solution on my own, the problem is this: when visiting a feed url, for example: https://my-web-site.com/my-post/feed/ the next error:

    This XML file does not appear to have any style information associated with it. The document tree is shown below.
    <error>
    wp_die
    <title>
    <![CDATA[ WordPress &rsaquo; Error ]]>
    </title>
    <message>
    <![CDATA[ Comments are closed. ]]>
    </message>
    <data>
    <status>403</status>
    </data>
    </error>
    ———-

    However, with the plugin activated, the main feed url is displayed correctly and without errors: https://my-web-site.com/feed/.
    Apparently the problem occurs only in individual publications.
    When I deactivate the Clearfy plugin, the feed is displayed correctly and does not show any errors. In the configuration part, Disable RSS feeds and Remove REST API Links are OFF, I do not know that other functionality of the plugin is causing this error, I am very pleased with the operation of the plugin in general, however this is something that I must solve, I need any suggestions, thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Temyk

    (@webtemyk)

    Hello.

    The reason for the error is written in the RSS response:

    <message>
    <![CDATA[ Comments are closed. ]]>
    </message>

    You have disabled comments in Clearfy settings, and RSS feed of post gives a comments.

    Thread Starter lestadt

    (@lestadt)

    Oops … sorry for my ignorance, my site does not have the comment form enabled and I thought that disabling them also in Clearfy would not cause any inconvenience. I do not know why the feed is generating a section with comments, but that is another thing that I will have to see in the configuration of WordPress .. The problem is solved, thanks for your help and your time .. they have a great plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error 403 in RSS / Feed Url’ is closed to new replies.