Bug #296
Conflicting IDs with old RSS feed.
| 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
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