Project:FileField Podcaster
Version:6.x-0.5
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

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.

#2

Status:fixed» closed (fixed)

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

nobody click here