<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums Topic: Forum-wide RSS Feed not working</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Forum-wide RSS Feed not working</description>
<language>en</language>
<pubDate>Mon, 06 Oct 2008 18:21:43 +0000</pubDate>

<item>
<title>Arcsin on "Forum-wide RSS Feed not working"</title>
<link>http://bbpress.org/forums/topic/forum-wide-rss-feed-not-working#post-11860</link>
<pubDate>Thu, 08 Nov 2007 19:28:28 +0000</pubDate>
<dc:creator>Arcsin</dc:creator>
<guid isPermaLink="false">11860@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Had the same error myself. After some debugging I found out that $tag is assigned a value where it shouldn't.&#60;/p&#62;
&#60;p&#62;These lines solved it (inserted as lines 28-29):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if (strlen($tag) == 0)
	unset($tag);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>shaythong on "Forum-wide RSS Feed not working"</title>
<link>http://bbpress.org/forums/topic/forum-wide-rss-feed-not-working#post-11809</link>
<pubDate>Sun, 04 Nov 2007 18:13:07 +0000</pubDate>
<dc:creator>shaythong</dc:creator>
<guid isPermaLink="false">11809@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi livibetter, I'll try out your bug fix later. Hopefully, it'll work. I think it definitely is a bug about it choosing to &#34;die&#34;.
&#60;/p&#62;</description>
</item>
<item>
<title>livibetter on "Forum-wide RSS Feed not working"</title>
<link>http://bbpress.org/forums/topic/forum-wide-rss-feed-not-working#post-11803</link>
<pubDate>Sun, 04 Nov 2007 07:43:49 +0000</pubDate>
<dc:creator>livibetter</dc:creator>
<guid isPermaLink="false">11803@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Okay. I finally got it. I think this is a bug of bbPress. &#60;/p&#62;
&#60;p&#62;line 29-55 in &#60;code&#62;rss.php&#60;/code&#62; ensures there is a post found at least, if not then &#60;code&#62;die()&#60;/code&#62;.&#60;/p&#62;
&#60;p&#62;Normally, we see no entries in a feed if there is no posts matched. But bbPress choose to die. You can replace each line of &#60;code&#62;die();&#60;/code&#62; with a dummy statement like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;1; // die();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;However, this is no enough. The third statement from bottom:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;bb_send_304( $posts[0]-&#38;gt;post_time );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if ($posts)
bb_send_304( $posts[0]-&#38;gt;post_time );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Since bbPress can't find any posts, therefore it has no way to decide that should it send a 304.&#60;/p&#62;
&#60;p&#62;Can anyone confirm this is a bug about choosing to die?
&#60;/p&#62;</description>
</item>
<item>
<title>douglsmith on "Forum-wide RSS Feed not working"</title>
<link>http://bbpress.org/forums/topic/forum-wide-rss-feed-not-working#post-11798</link>
<pubDate>Sun, 04 Nov 2007 02:30:13 +0000</pubDate>
<dc:creator>douglsmith</dc:creator>
<guid isPermaLink="false">11798@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm not seeing any errors in my logs.
&#60;/p&#62;</description>
</item>
<item>
<title>livibetter on "Forum-wide RSS Feed not working"</title>
<link>http://bbpress.org/forums/topic/forum-wide-rss-feed-not-working#post-11789</link>
<pubDate>Sat, 03 Nov 2007 06:25:05 +0000</pubDate>
<dc:creator>livibetter</dc:creator>
<guid isPermaLink="false">11789@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Was there any error entries in your web server's log when someone accessed /forum/rss/?
&#60;/p&#62;</description>
</item>
<item>
<title>douglsmith on "Forum-wide RSS Feed not working"</title>
<link>http://bbpress.org/forums/topic/forum-wide-rss-feed-not-working#post-11788</link>
<pubDate>Sat, 03 Nov 2007 01:39:18 +0000</pubDate>
<dc:creator>douglsmith</dc:creator>
<guid isPermaLink="false">11788@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have the same problem on a bbPress install I just set up. The top level feed just returns the text &#34;No input file specified.&#34;&#60;/p&#62;
&#60;p&#62;Lower level feeds work as long as the topics have content. If they have no posts, it returns a blank page, which generates an error in some readers. This won't be a problem as more posts are filled in, but it would be nice to return an empty feed now to avoid the errors.
&#60;/p&#62;</description>
</item>
<item>
<title>shaythong on "Forum-wide RSS Feed not working"</title>
<link>http://bbpress.org/forums/topic/forum-wide-rss-feed-not-working#post-11786</link>
<pubDate>Sat, 03 Nov 2007 00:54:54 +0000</pubDate>
<dc:creator>shaythong</dc:creator>
<guid isPermaLink="false">11786@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;For some reason the other RSS feeds throughout the forum seem to work except the forum-wide one.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://urltea.com/1z55&#34; rel=&#34;nofollow&#34;&#62;http://urltea.com/1z55&#60;/a&#62;&#60;br /&#62;
(I Urltea-ed the link for safety).&#60;/p&#62;
&#60;p&#62;It just shows a blank nothingness page. I'm using Firefox and I do need to get a forum-wide feed so I can check in on new topics etc...
&#60;/p&#62;</description>
</item>

</channel>
</rss>
