prints page-view at end of rss?
lefnire - October 1, 2008 - 20:38
| Project: | FileField Podcaster |
| Version: | 6.x-0.5 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
it's probly something i'm doing wrong, but in /podcast/feed, the whole is printed, and then the *page view* of the feed is printed. In otherwords, when I view-source, i get something like this:
<xml....>
<rss>.....</rss>
<html doctype=blablabla>
<head><title>Page Not Found</title>....
</html>And I get validation errors, a bunch of "page not found" log entries, etc. What I did to fix this was add 'exit;' to line 47 of ffpc_plugin_style_podcast.inc.

#1
This was due to the way the feed was being displayed. Views didn't know about it and was displaying a page not found.
Fixed.
#2
Automatically closed -- issue fixed for two weeks with no activity.