Closed (fixed)
Project:
FileField Podcaster
Version:
6.x-0.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Oct 2008 at 20:38 UTC
Updated:
18 Oct 2008 at 18:22 UTC
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.
Comments
Comment #1
mfer commentedThis was due to the way the feed was being displayed. Views didn't know about it and was displaying a page not found.
Fixed.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.