Feed url is not valid with Google Feedburner.

  • mokkosan

    #24517

    I test “http://themes.svn.wordpress.org/graphene/1.6.1/includes/theme-head.php”.

    But that didn’t solve my problems with the feed.

    I try using “&[no space]#187;”.

    It works.

    Anonymous

    #24518

    What do you mean no space #187

    mokkosan

    #24519

    The meaning of “& [no space] # 187”, between the “&” and “#” is that it not put anything. In other words, the thing that tells the type a “#” followed by “&”. Between the two characters that is, that it is “no space”.

    “Your white page problem”, and apart from this problem, seems like a problem in a text editor. A problem that occurs if you edit a file in UTF8 encoding in Notepad that comes with Windows, and upload it to the server via FTP. And save the data because the screen does not appear that the BOM is Notepad. This is a double-byte languages ​​such as Japanese is a famous story.

    Anonymous

    #24520

    I have changed the line of code to $title = $default_title . ” » ” . get_bloginfo( ‘name’ );

    and I still do not have a functioning rss.

    My wp/admin is still not working either.

    I get this error when checking my feed:

    line 12, column 29: XML parsing error: <unknown>:12:29: undefined entity

    <title>Waloshin's Blog » Waloshin's Blog</title>

    Anonymous

    #24521

    @mokkosan I put [no space] to prevent parsing & # 1 8 7 ; (No spaces between the characters) as » here. Me neither use Notepad nor Windoze! 🙂

    Admin

    Syahir Hakim

    #24522
    Quote:
    I test “http://themes.svn.wordpress.org/graphene/1.6.1/includes/theme-head.php&#8221;.

    But that didn’t solve my problems with the feed.

    I try using “&[no space]#187;”.

    It works.

    The updated theme-head.php should have worked. Did you refresh the feed (CTRL+F5) after replacing the file?

    mokkosan

    #24523

    The updated theme-head.php is to be output to the RSS. However, it give an error on Google feedburner did not change.

    In addition, (CTRL + F5) is not running. Because I am browsing in Safari on my Mac.

    Reload is being executed in the (Command + R). (^ _ ^)

    jorro

    #24524

    Guys, I had the same issue.

    I made just as @ibucgn said. And the situation was resolved.

    I have rss feed again!

    Thank you, @ibucgn. 🙂

    Admin

    Syahir Hakim

    #24525

    @mokkosan, did you re-sync your Google Feedburner feeds after updating the theme-head.php file?

    mokkosan

    #24526

    There is feature in the management screen of Google feedburner, to check the XML of Feeds by specifying the URL. By pressing the Sbmit button, and then checks the RSS Google at that point in time. Will be pointed out the error there.

    After reading an RSS feed from my computer directly, without any correction can be read correctly. The root cause of this problem is to not interpret the ‘raquo’ is Google feedburner. ‘# 187’ is so that it can interpret.

Viewing 10 posts - 11 through 20 (of 20 total)

  • 1
  • 2
  • You must be logged in to reply to this topic.