• Resolved marcc1

    (@marcc1)


    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?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter marcc1

    (@marcc1)

    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…

    Thread Starter marcc1

    (@marcc1)

    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…

    kmessinger

    (@kmessinger)

    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.

    Thread Starter marcc1

    (@marcc1)

    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘ERROR: rss2 is no valid feedtemplate’ is closed to new replies.