• niccolls

    (@niccolls)


    Okay, I have scoured the forums, but have not been able to put things together. I just got my WP installed in the last couple of days, but cannot get my RSS feed to work.

    http://college-search-blog.com/wp-rss2.php

    I get an error message everytime.

    Where should I begin to correct this issue?

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • jfriesen

    (@jfriesen)

    If you have the newest 1.5.1 version of WP, then have you applied this bug fix?

    http://fernando.dubtribe.com/archives/2005/05/10/solution-to-wp151-rss-errors/

    Hope that helps!
    JF 😉

    Thread Starter niccolls

    (@niccolls)

    My line 136 looks like this:

    if ( ($client_last_modified && $client_etag) ?
    (($client_last_modified == $wp_last_modified) && ($client_etag == $wp_etag)) :
    (($client_last_modified == $wp_last_modified) || ($client_etag == $wp_etag)) ) {
    if ( preg_match(‘/cgi/’,php_sapi_name()) ) {
    header(‘Status: 304 Not Modified’);
    echo “\r\n\r\n”;

    This is slightly different than the one found at the link you gave me. Will that work?

    Servant

    (@servant)

    There are posts throughout this forum that a possible solution is deactivating your plugins and reactivating them one at a time, checking RSS feeds each time. Some plugins apparently have minor issues and need updates. In my case, besides applying the above fix, the deactivation/re-activation exercise cleared things up.

    Thread Starter niccolls

    (@niccolls)

    I have been going through the forums for the last few hours. My site is new and I haven’t activated any plugins yet. There are no active plugins according to my admin page.

    I applied the change from the above link and continued to get the same error message:

    “The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.

    I appreciate your input.

    Moderator James Huff

    (@macmanx)

    Niccolls, your only problem is an unknown character inside the title of your most recent post. See: http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fcollege-search-blog.com%2Fwp-rss2.php

    Thread Starter niccolls

    (@niccolls)

    That was it. Thanks so much… that’s a great tool!

    I appreciate your help!

    Moderator James Huff

    (@macmanx)

    Glad to be of service. ^_^

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘RSS Not Working.’ is closed to new replies.