• Today i noticed, that the feed of my blog, parsed by feedburner, wasn’t working anymore – it was invalid.

    After some testing i found out, that amr-ical-events-list was the bad guy.
    In amr-ical-events-list.php in the function add_ical_style_to_rss() (line 122) your echo a string
    echo '>\n<?xml-stylesheet type="text/css" href="'.ICALSTYLEURL.'" >';
    The “\n” produces an error in the feed, the “>” at the end too.
    I commented out the line and the feed validates! But i dont’t know, what this means to the functionality of the plugin?

    Have a look! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi wuerzblog, not necessary if you don’t have calendars in posts (unusual requirement). Sorry about the breaking feed.

    Comment out line 1637 in amr-ical-events-list.php for now if you do not need the stylesheet in the feed.

    Next update will probably have this as optional, default off as most of us would not want it.

    Scott Winterroth

    (@countrymusicchicago)

    Hi Anmari,

    I’ve been having feed issues with the last couple of updates as well. I’ve just been back-loading post versions but just wanted to let you know.

    ~Scott

    Hi Scott,

    I am running version 2.7 of the plugin and have no feed issues – the feed validates https://icalevents.anmari.com/feed.

    I see https://countrymusicchicago.com/ is running 2.6.12 and am subscribed to that feed to test and cannot see anything wrong there.

    Please provide more info or examples on what problems are occurring and preferably where I can test it remotely

    regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: AmR iCal Events List] Feed damaged’ is closed to new replies.