Bug #296

Conflicting IDs with old RSS feed.

Added by Robert Clipsham over 1 year ago. Updated about 1 year ago.

Status:Invalid Start date:2010-05-31
Priority:Undecided Due date:
Assignee:- % Done:

0%

Category:-
Target version:-
PHP Version:

Description

When a clean version of TangoCMS is installed on top of an old one and RSS feeds are not removed, adding a new article (or something else that leads to a new RSS item) leads to the following error:
Warning: DOMDocument::load(): ID article-1 already defined in tangocms/tmp/rss/article-latest.xml, line: 31 in tangocms/application/libraries/Rss.php on line 66
This can be solved by deleting the RSS feeds, or by making the installer automatically delete them. The correct way to fix this is to fix bug #216 and allow RSS feeds to be dynamically generated then cached as needed.


Related issues

related to TangoCMS - Bug #216: RSS Feeds need review to be made dynamic? New 2009-12-18

History

Updated by Alex Cartwright over 1 year ago

I don't see this as an issue, RSS files live in ./tmp and so do other files - if installing a clean version, you would remove those files which would remove the RSS files.

Updated by Alex Cartwright about 1 year ago

  • Status changed from New to Invalid

Marking as invalid since these files shouldn't exist in a new install of TCM

Also available in: Atom PDF