Forums

[resolved] ERROR: rss2 is no valid feedtemplate (5 posts)

  1. Marcc1
    Member
    Posted 3 years ago #

    Hi, when I access domain.xx/feed/ I always get this error:

    ERROR: rss2 is no valid feedtemplate

    I've done some changes to default-filters.php:

    # add_action('wp_head', 'rsd_link');
    # add_action('wp_head', 'wlwmanifest_link');
    # add_action('wp_head', 'wp_generator');
    # add_action('do_feed_rdf', 'do_feed_rdf', 10, 1);
    # add_action('do_feed_rss', 'do_feed_rss', 10, 1);
    # add_action('do_feed_rss2', 'do_feed_rss2', 10, 1);
    # add_action('do_feed_atom', 'do_feed_atom', 10, 1);
    # add_action('do_pings', 'do_all_pings', 10, 1);

    I do not want this stuff in my header...
    Is this the reason for this problem?

  2. Marcc1
    Member
    Posted 3 years ago #

    All feed urls are reffered to /feed/ ... I read that /feed would work but no chance to try because I always get /feed/ with trailing slash...

  3. Marcc1
    Member
    Posted 3 years ago #

    I now changed my theme to the basic one and this problem still remains...
    I deactivated all installed plugins and this problem still remains...
    I uploaded all files from the WP install archive and this problem still remains...

    I have absolutely no idea what to do...

  4. kmessinger
    Member
    Posted 3 years ago #

    Load a normal copy of default filters file. It can create problems changeing files like this. The original file has nothing to do with "stuff" in your header. Also so post a url.

    The trailing slash has nothing to do with the error you are getting. With custom permalinks, feed will have a trailing slash but WP takes care of this if you change permalinks.

  5. Marcc1
    Member
    Posted 3 years ago #

    damn man as I wrote some messages before I already uploaded all WP files and nothing changed...
    BUT! - I had to post a new entry before feed is working... :-)

    so now it works !

    thanks

Topic Closed

This topic has been closed to new replies.

About this Topic