<?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: cool forums</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Tag: cool forums</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 02:52:34 +0000</pubDate>

<item>
<title>freelantz on "Installation is successful, then 404"</title>
<link>http://bbpress.org/forums/topic/installation-is-successful-then-404#post-3352</link>
<pubDate>Fri, 19 Jan 2007 02:27:19 +0000</pubDate>
<dc:creator>freelantz</dc:creator>
<guid isPermaLink="false">3352@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It's all good. I should have caught the problem myself.&#60;br /&#62;
Thanks for your help.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Installation is successful, then 404"</title>
<link>http://bbpress.org/forums/topic/installation-is-successful-then-404#post-3296</link>
<pubDate>Thu, 18 Jan 2007 05:11:48 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">3296@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Good luck!&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>freelantz on "Installation is successful, then 404"</title>
<link>http://bbpress.org/forums/topic/installation-is-successful-then-404#post-3295</link>
<pubDate>Thu, 18 Jan 2007 05:04:19 +0000</pubDate>
<dc:creator>freelantz</dc:creator>
<guid isPermaLink="false">3295@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Gotcha! Operator error. I will try this in the morning. Need to sleep. Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Installation is successful, then 404"</title>
<link>http://bbpress.org/forums/topic/installation-is-successful-then-404#post-3294</link>
<pubDate>Thu, 18 Jan 2007 03:57:31 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">3294@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;code&#62;$bb-&#38;gt;path = &#38;#39;/bbpress/&#38;#39;; &#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I am also assuming that you don't want to integrate the logins with WP then as you don't have your wordpress information for integration.   &#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Installation is successful, then 404"</title>
<link>http://bbpress.org/forums/topic/installation-is-successful-then-404#post-3292</link>
<pubDate>Thu, 18 Jan 2007 03:43:52 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">3292@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Your forum is at &#60;a href=&#34;http://ward3brighton.ca/bbpress/&#34; rel=&#34;nofollow&#34;&#62;http://ward3brighton.ca/bbpress/&#60;/a&#62; not &#60;a href=&#34;http://ward3brighton.ca/forums/&#34; rel=&#34;nofollow&#34;&#62;http://ward3brighton.ca/forums/&#60;/a&#62; .  It's unstyled since the path is wrong.   It seems to me that you changed the config.php to put the forum in a directory called &#60;code&#62;forums&#60;/code&#62; but left the folder name as &#60;code&#62;bbpress&#60;/code&#62; when you unzipped it.&#60;/p&#62;
&#60;p&#62;Can you check that and rename the bbpress folder to forums?
&#60;/p&#62;</description>
</item>
<item>
<title>freelantz on "Installation is successful, then 404"</title>
<link>http://bbpress.org/forums/topic/installation-is-successful-then-404#post-3290</link>
<pubDate>Thu, 18 Jan 2007 03:00:51 +0000</pubDate>
<dc:creator>freelantz</dc:creator>
<guid isPermaLink="false">3290@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks, I was just about to give up.&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;/p&#62;
&#60;p&#62;// ** MySQL settings ** //&#60;br /&#62;
define('BBDB_NAME', '#####');      // The name of the database&#60;br /&#62;
define('BBDB_USER', '#####');     // Your MySQL username&#60;br /&#62;
define('BBDB_PASSWORD', '######'); // ...and password&#60;br /&#62;
define('BBDB_HOST', 'localhost');    // 99% chance you won't need to change this value&#60;/p&#62;
&#60;p&#62;// Change the prefix if you want to have multiple forums in a single database.&#60;br /&#62;
$bb_table_prefix  = 'bb_'; // Only letters, numbers and underscores please!&#60;/p&#62;
&#60;p&#62;// If your bbPress URL is &#60;a href=&#34;http://bbpress.example.com/forums/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.example.com/forums/&#60;/a&#62; , the examples would be correct.&#60;br /&#62;
// Adjust the domain and path to suit your actual URL.&#60;br /&#62;
	// Just the domain name; no directories or path. There should be no trailing slash here.&#60;br /&#62;
	$bb-&#38;gt;domain = 'http://ward3brighton.ca'; // Example: 'http://bbpress.example.com'&#60;br /&#62;
	// There should be both a leading and trailing slash here. '/' is fine if the site is in root.&#60;br /&#62;
	$bb-&#38;gt;path   = '/forums/';				   // Example: '/forums/'&#60;/p&#62;
&#60;p&#62;// What are you going to call me?&#60;br /&#62;
$bb-&#38;gt;name   = 'The Street';&#60;/p&#62;
&#60;p&#62;// This must be set before running the install script.&#60;br /&#62;
$bb-&#38;gt;admin_email = '######@ward3brighton.ca';&#60;/p&#62;
&#60;p&#62;// Set to true if you want pretty permalinks.&#60;br /&#62;
$bb-&#38;gt;mod_rewrite = false;&#60;/p&#62;
&#60;p&#62;// The number of topics that show on each page.&#60;br /&#62;
$bb-&#38;gt;page_topics = 20;&#60;/p&#62;
&#60;p&#62;// A user can edit a post for this many minutes after submitting.&#60;br /&#62;
$bb-&#38;gt;edit_lock = 30;&#60;/p&#62;
&#60;p&#62;// Your timezone offset.  Example: -7 for Pacific Daylight Time.&#60;br /&#62;
$bb-&#38;gt;gmt_offset = -4;&#60;/p&#62;
&#60;p&#62;// Change this to localize bbPress.  A corresponding MO file for the&#60;br /&#62;
// chosen language must be installed to bb-includes/languages.&#60;br /&#62;
// For example, install de.mo to bb-includes/languages and set BBLANG to 'de'&#60;br /&#62;
// to enable German language support.&#60;br /&#62;
define('BBLANG', '');&#60;/p&#62;
&#60;p&#62;// Your Akismet Key.  You do not need a key to run bbPress, but if you want to take advantage&#60;br /&#62;
// of Akismet's powerful spam blocking, you'll need one.  You can get an Akismet key at&#60;br /&#62;
// &#60;a href=&#34;http://wordpress.com/api-keys/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.com/api-keys/&#60;/a&#62;&#60;br /&#62;
$bb-&#38;gt;akismet_key = '###########'; // Example: '0123456789ab'&#60;/p&#62;
&#60;p&#62;// The rest is only useful if you are integrating bbPress with WordPress.&#60;br /&#62;
// If you're not, just leave the rest as it is.&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;wp_table_prefix = '';  // WordPress table prefix.  Example: 'wp_';&#60;br /&#62;
$bb-&#38;gt;wp_home = '';  // WordPress - Options-&#38;gt;General: Blog address (URL) // No trailing slash.  Example: 'http://example.com'&#60;br /&#62;
$bb-&#38;gt;wp_siteurl = '';  // WordPress - Options-&#38;gt;General: WordPress address (URL) // No trailing slash. Example: 'http://example.com'&#60;/p&#62;
&#60;p&#62;/* Stop editing */&#60;/p&#62;
&#60;p&#62;define('BBPATH', dirname(__FILE__) . '/' );&#60;br /&#62;
require_once( BBPATH . 'bb-settings.php' );&#60;/p&#62;
&#60;p&#62;?&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Installation is successful, then 404"</title>
<link>http://bbpress.org/forums/topic/installation-is-successful-then-404#post-3289</link>
<pubDate>Thu, 18 Jan 2007 02:55:12 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">3289@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I think we can get this going.   Post the content of your config.php (without username and password for database XXX them out).   We should be able to help.&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>freelantz on "Installation is successful, then 404"</title>
<link>http://bbpress.org/forums/topic/installation-is-successful-then-404#post-3288</link>
<pubDate>Thu, 18 Jan 2007 02:45:44 +0000</pubDate>
<dc:creator>freelantz</dc:creator>
<guid isPermaLink="false">3288@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm able to successfully install the bbpress. I'm installing it in a subdirectory of my PUBLIC_HTML&#60;br /&#62;
directory. So I have:&#60;br /&#62;
public_html/bbpress&#60;br /&#62;
public_html/wp-content&#60;br /&#62;
public_html/wp-admin&#60;br /&#62;
etc.&#60;br /&#62;
I run domain.com/bbpress/bb-admin/install.php&#60;br /&#62;
Everything seems okay. Then I log in at domain.com/forums and bam!... nothing but Error 404 - Not Found.&#60;br /&#62;
I find it strange after I login I'm directed right to my Wordpress template with the 404 error. Initially I tried integrating with Wordpress, but now I'm trying to get this running very simply: no mod_rewrite, no integration, disabled any plugins that might be interfering (home page control), etc.&#60;br /&#62;
I uninstalled (dropped all bb_ tables) and reinstalled several times but same result.&#60;br /&#62;
Any advice?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
