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

mfer’s picture

Status: Active » Fixed

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.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.