Results 1 to 3 of 3

Thread: RSS feed error!

  1. #1
    Registered fredarn's Avatar
    Join Date
    Feb 2006
    Posts
    108

    RSS feed error!

    hi!
    When i follow my rss link i get a error message!
    I use my rss feed, and it works. But new members cant use it becaus of these error (i think).

    Pleas take a look at my 2 RSS feed and tell my whats wrong and how i can fix it... THANKS!

    http://golfsiden.net/php/wp-rss2.php
    http://golfsiden.net/php/wp-commentsrss2.php

    And what is atom?
    Thos atom works? http://golfsiden.net/php/wp-atom.php?

    Can i use atom istead of rss? I mostly want to fix rss, but if i cant do that can i use atom?

    I use WordPress...

  2. #2
    Registered
    Join Date
    Mar 2006
    Posts
    21
    Both RSS and Atom are XML feed formats, RSS is the older better supported option, Atom is modern but less well supported. Atom will probably become the standard in the future because it's more open.

    Getting RSS to work properly can be a challenge when you first start, it looks like you have an unusual character in the date field for the wp-rss2.php feed. I've got very little experience with WordPress but it looks like a bug in the system to me, whenever "Søn" appears it should actually be displaying "Sun". All I can suggest is that you try updating WordPress to a new version.

  3. #3
    Junior Registered
    Join Date
    Mar 2006
    Posts
    5
    I know this is an old thread but from the link it seems you still have the error. I had a similar problem. Try somthing like this:

    Code:
    $subject = str_replace( '»', ''', $subject );

Similar Threads

  1. AWS script: WSDL error
    By fatnewt in forum Advertising & Affiliate Programs
    Replies: 3
    Last Post: 10-08-2005, 11:19 PM
  2. XML Feed Promotion
    By Emancipator in forum Advertising & Affiliate Programs
    Replies: 0
    Last Post: 07-14-2005, 08:30 AM
  3. Simple PHP Error
    By ozgression in forum Website Programming & Databases
    Replies: 5
    Last Post: 01-16-2005, 03:27 PM
  4. Error on JavaScript Snippet with HTML Text Links
    By ETpro in forum HTML, CSS, Layout, and Design
    Replies: 1
    Last Post: 08-28-2004, 10:52 PM
  5. automated data feed insertion
    By MarkB in forum Website Programming & Databases
    Replies: 9
    Last Post: 07-10-2004, 06:16 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •