We have moved to Github. Please open tickets there.

Opened 4 years ago

Closed 3 years ago

#1195 closed Defect (worksforme)

RSS parsing error

Reported by: patch0 Owned by:
Priority: normal Milestone: Elgg 1.7
Component: Core Version: 1.6
Severity: minor Keywords:
Cc: marcus, brettp, Difficulty:

Description

There may be an rss parsing error from group feeds.

In the RSS xml header after the <description> field the textstring array is outputted instead of thae actuall information, i.e.:

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:georss="http://www.georss.org/georss"  xmlns:media="http://
search.yahoo.com/mrss/"  >
<channel>
<title>site.co.uk</title>
<link>http://www.site.co.uk/elgg/?view=rss</link>
<description /> array

instead of:

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:georss="http://www.georss.org/georss"  xmlns:media="http://
search.yahoo.com/mrss/"  >
<channel>
<title>site.co.uk</title>
<link>http://www.site.co.uk/elgg/?view=rss</link>
<description /> 
<image>
<url>http://www.site.co.uk/members/mod/tidypics/thumbnail.php?file_guid=166&amp;size=thumb</url>
<title>site.co.uk: Random pics</title>
<link>http://www.site.co.uk/members/pg/photos/album/165/random-pics?view=rss</link>
</image>

Change History (3)

comment:1 Changed 4 years ago by cash

I don't think you gave enough information to determine whether the problem you're having is with the groups plugin or the tidypics plugin. What rss feed are you trying to use? (What is the url you hitting?)

If the problem is with tidypics, report the problem here: http://code.google.com/p/tidypics/issues/list

comment:2 Changed 4 years ago by patch0

It's definitely not tidypics. I deleted the album in the group so it wouldn't show up in the feed and still get the saem issue, you can see it here when I try to validate the feed:

http://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Fwww.takagashirakai.co.uk%2Fmembers%2Fpg%2Fgroups%2F15%2Finstructors%2F%3Fview%3Drss

comment:3 Changed 3 years ago by cash

  • Resolution set to worksforme
  • Status changed from new to closed

I've been unable to reproduce this.

Note: See TracTickets for help on using tickets.