I've set up a new CCK/views node and page and have configured the RSS argument in views corrrectly. However, it's not generating a valid feed.
The page is: http://www.punkplanet.com/in_my_headphones
The feed should be: feed://www.punkplanet.com/in_my_headphones/feed
But it returns that it "can’t open the page “feed://www.punkplanet.com/in_my_headphones/feed”. The error was: “unknown error” (NSURLErrorDomain:-1)"
Which reminded me that I have ALL SORTS of strange feed problems with my site.
For instance, any user's blog returns a valid feed.
The page is: http://www.punkplanet.com/sinker/blog (created using pathauto)
The feed is very different: feed://www.punkplanet.com/blog/3/feed
Again, that's valid.
Our site blog at: http://www.punkplanet.com/pp_blog (again, pathauto) also generates a valid feed at: feed://www.punkplanet.com/taxonomy/term/12/0/feed
BUT our forums don't generate vaid feeds at all, even though it's the exact same setup for the feed. For instance.
Forum topic: http://www.punkplanet.com/forum/user_discussions/chit_chat
Feed (doesn't work): feed://www.punkplanet.com/taxonomy/term/6/0/feed
So what's going on with my feeds? Any ideas?