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

<item>
<title>tholian on "My admin page displays, but nothing works!"</title>
<link>http://bbpress.org/forums/topic/my-admin-page-displays-but-nothing-works#post-14077</link>
<pubDate>Tue, 26 Feb 2008 02:08:12 +0000</pubDate>
<dc:creator>tholian</dc:creator>
<guid isPermaLink="false">14077@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It works!&#60;/p&#62;
&#60;p&#62;Thanks Chris!  It seems I was uploading the contents of the bbpress folder *and* the bbpress folder itself to the website.  Once I uploaded just the contents of the bbpress folder it worked fine.  Oh well, live and learn.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "My admin page displays, but nothing works!"</title>
<link>http://bbpress.org/forums/topic/my-admin-page-displays-but-nothing-works#post-14025</link>
<pubDate>Sun, 24 Feb 2008 03:26:22 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">14025@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well, let's see.  Your forum is in a directory called bbpress:&#60;br /&#62;
&#60;a href=&#34;http://redsunday.net/bbpress/&#34; rel=&#34;nofollow&#34;&#62;http://redsunday.net/bbpress/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So line 17 in config.php should look like:&#60;br /&#62;
&#60;code&#62;$bb-&#38;gt;uri = &#38;#39;http://redsunday.net/bbpress/&#38;#39;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Create a folder, call it whatever you want.  Just be sure you access the URL with that folder name, and be sure line 17 has the same folder name.  That's really all there is to it.
&#60;/p&#62;</description>
</item>
<item>
<title>tholian on "My admin page displays, but nothing works!"</title>
<link>http://bbpress.org/forums/topic/my-admin-page-displays-but-nothing-works#post-14024</link>
<pubDate>Sun, 24 Feb 2008 02:27:47 +0000</pubDate>
<dc:creator>tholian</dc:creator>
<guid isPermaLink="false">14024@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi Gang&#60;/p&#62;
&#60;p&#62;Thanks for the reply chrishajer, but the suggestion did not work :(  I'm wondering if I'm putting things in the wrong directory?  The config-sample.php file references the forum address as &#34;http://my-cool-site.com/forums/&#34;.  I've tried putting the bbpress installation at the root level as well as in a folder called forums, but I still have the same problem.  When I set-up the forum how should I handle line 17?  Should I leave everything at the root level or should I create a new folder and put the instal there and have line 17 point there?  Does an example file structure exist in a FAQ anywhere?&#60;/p&#62;
&#60;p&#62;BTW, the style sheet and such exists, it is however not being used.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "My admin page displays, but nothing works!"</title>
<link>http://bbpress.org/forums/topic/my-admin-page-displays-but-nothing-works#post-14011</link>
<pubDate>Sat, 23 Feb 2008 02:06:57 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">14011@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It looks like all the files were not uploaded properly.  For example, the stylesheet is missing:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.redsunday.net/forums/bb-templates/kakumei/style.css&#34; rel=&#34;nofollow&#34;&#62;http://www.redsunday.net/forums/bb-templates/kakumei/style.css&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Or possibly, you have pretty permalinks or slugs turned on, and they're not supported by your host (very common with GoDaddy and Dreamhost, I think.)  Modify this line in your config.php from &#60;code&#62;&#38;#39;slugs&#38;#39;&#60;/code&#62; or &#60;code&#62;true&#60;/code&#62; to &#60;code&#62;false&#60;/code&#62; like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$bb-&#38;gt;mod_rewrite = false;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If all the files were uploaded properly, I would guess this is your problem.
&#60;/p&#62;</description>
</item>
<item>
<title>tholian on "My admin page displays, but nothing works!"</title>
<link>http://bbpress.org/forums/topic/my-admin-page-displays-but-nothing-works#post-14010</link>
<pubDate>Sat, 23 Feb 2008 01:44:31 +0000</pubDate>
<dc:creator>tholian</dc:creator>
<guid isPermaLink="false">14010@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi&#60;br /&#62;
I was hoping someone could point me in the right direction to solve this.  I installed the forum at &#60;a href=&#34;http://www.redsunday.net&#34; rel=&#34;nofollow&#34;&#62;www.redsunday.net&#60;/a&#62; and got the message that the instal was successful, but when I try to open the page at &#60;a href=&#34;http://www.redsunday.net/forums/&#34; rel=&#34;nofollow&#34;&#62;www.redsunday.net/forums/&#60;/a&#62; (the URL I got via e-mail) I get a 404 error.  I can open the admin page at &#60;a href=&#34;http://www.redsunday.net/bbpress/&#34; rel=&#34;nofollow&#34;&#62;http://www.redsunday.net/bbpress/&#60;/a&#62; but nothing works.  The only thing weird about the instal was that I had to change the location of the MySQL database from localhost to the name of a different server, it seems my ISP (GoDaddy) set things up a little different then most.  Can anybody suggest a fix?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
