<?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 Tag: inputfile</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: inputfile</description>
<language>en</language>
<pubDate>Wed, 03 Dec 2008 01:00:57 +0000</pubDate>

<item>
<title>tiszenkel on "'No input file specified' errors"</title>
<link>http://bbpress.org/forums/topic/no-input-file-specified-errors#post-6672</link>
<pubDate>Thu, 12 Apr 2007 19:21:49 +0000</pubDate>
<dc:creator>tiszenkel</dc:creator>
<guid isPermaLink="false">6672@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;So, I figured this out myself. It turned out to be a problem with pretty permalinks. The bbPress instructions for enabling pretty permalinks say, in part:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;2. Create a file called .htaccess in bbPress’ root directory. Put only the following line in that new file.&#60;br /&#62;
Options +MultiViews&#60;br /&#62;
3. Try it out. If it doesn’t work, your web server does not support MultiViews.&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;I suppose I was thrown off because for the most part, it &#60;em&#62;did&#60;/em&#62; work. When I tried the documentation's alternative instructions -- feeding the output of rewrite-rules.php into .htaccess instead of the MultiViews call -- the broken links suddenly worked fine.
&#60;/p&#62;</description>
</item>
<item>
<title>tiszenkel on "'No input file specified' errors"</title>
<link>http://bbpress.org/forums/topic/no-input-file-specified-errors#post-6663</link>
<pubDate>Thu, 12 Apr 2007 15:12:34 +0000</pubDate>
<dc:creator>tiszenkel</dc:creator>
<guid isPermaLink="false">6663@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hmm -- forums/tags &#60;em&#62;is&#60;/em&#62; being redirected to a page that exists, tags.php. But even navigating straight to tags.php causes the same error. I opened up tags.php in a text editor to see what was in there, and it referenced several files that don't seem to be anywhere in my bbPress installation: bb_tag-single.php, tag-single.php and bb_tags.php. Could this be the problem? I downloaded a completely new copy of bbPress and couldn't find them in there, either.&#60;/p&#62;
&#60;p&#62;Here's the tags.php code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
require_once(&#38;#39;./bb-load.php&#38;#39;);

bb_repermalink();

// Temporary, refactor this!

if ( !$tag &#38;#38;&#38;#38; $tag_name )
	bb_die(__(&#38;#39;Tag not found&#38;#39;));

if ( $tag_name &#38;#38;&#38;#38; $tag ) :

	$topics = get_tagged_topics($tag-&#38;gt;tag_id, $page);
	do_action( &#38;#39;bb_tag-single.php&#38;#39;, $tag-&#38;gt;tag_id );

	bb_load_template( &#38;#39;tag-single.php&#38;#39;, array(&#38;#39;tag&#38;#39;, &#38;#39;tag_name&#38;#39;, &#38;#39;topics&#38;#39;) );
else :

	do_action( &#38;#39;bb_tags.php&#38;#39;, &#38;#39;&#38;#39; );

	bb_load_template( &#38;#39;tags.php&#38;#39; );
endif;
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>GTim on "'No input file specified' errors"</title>
<link>http://bbpress.org/forums/topic/no-input-file-specified-errors#post-6648</link>
<pubDate>Thu, 12 Apr 2007 05:42:24 +0000</pubDate>
<dc:creator>GTim</dc:creator>
<guid isPermaLink="false">6648@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;In some PHP setups, this error is given when there is no file to access. Make sure that you really uploaded every file and nothing got disrupted, and that mod_rewrite is working. Check if mod_rewrite redirects /forums/tags to a page that really exists.
&#60;/p&#62;</description>
</item>
<item>
<title>tiszenkel on "'No input file specified' errors"</title>
<link>http://bbpress.org/forums/topic/no-input-file-specified-errors#post-6647</link>
<pubDate>Thu, 12 Apr 2007 05:09:50 +0000</pubDate>
<dc:creator>tiszenkel</dc:creator>
<guid isPermaLink="false">6647@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm running a fresh installation of bbPress, albeit with the WordPress integration and Bozo-error-fix plugins, and I noticed that certain links return a &#34;No input file specified&#34; error page. Here's an example:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.queenscentral.com/forums/tags/&#34; rel=&#34;nofollow&#34;&#62;http://www.queenscentral.com/forums/tags/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The homepage RSS seems to do the same thing:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.queenscentral.com/forums/rss/&#34; rel=&#34;nofollow&#34;&#62;http://www.queenscentral.com/forums/rss/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Though other RSS feeds are working fine.&#60;/p&#62;
&#60;p&#62;Anybody know what could be causing this?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
