<?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: Need Help With Install - Is this config filled out correctly?</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Need Help With Install - Is this config filled out correctly?</description>
<language>en</language>
<pubDate>Tue, 07 Oct 2008 00:28:47 +0000</pubDate>

<item>
<title>Trent on "Need Help With Install - Is this config filled out correctly?"</title>
<link>http://bbpress.org/forums/topic/need-help-with-install-is-this-config-filled-out-correctly#post-8998</link>
<pubDate>Tue, 17 Jul 2007 03:53:35 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">8998@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Glad to hear it ronald.   Marking this one as resolved.    Make a new topic if you find another issue for us!&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>ronaldp423 on "Need Help With Install - Is this config filled out correctly?"</title>
<link>http://bbpress.org/forums/topic/need-help-with-install-is-this-config-filled-out-correctly#post-8994</link>
<pubDate>Tue, 17 Jul 2007 03:40:29 +0000</pubDate>
<dc:creator>ronaldp423</dc:creator>
<guid isPermaLink="false">8994@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks Trent, it worked. I didn't know I could duplicate the needed entries from wp-config.&#60;/p&#62;
&#60;p&#62;Thanks again.
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Need Help With Install - Is this config filled out correctly?"</title>
<link>http://bbpress.org/forums/topic/need-help-with-install-is-this-config-filled-out-correctly#post-8993</link>
<pubDate>Tue, 17 Jul 2007 03:39:44 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">8993@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yes. Your database info is wrong. Maybe you're the supposedly 1% that needs to change the db host - does your hosting provider give any info on connecting to databases?&#60;/p&#62;
&#60;p&#62;[Edit] Trent totally beat me to it, and better, too.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Need Help With Install - Is this config filled out correctly?"</title>
<link>http://bbpress.org/forums/topic/need-help-with-install-is-this-config-filled-out-correctly#post-8989</link>
<pubDate>Tue, 17 Jul 2007 03:26:26 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">8989@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It is purely in the Database information.   Double check that you have the right username, password and database name.   That error just means that it is the wrong info.   Double check you have the right password and stuff from your WP wp-config.php&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>ronaldp423 on "Need Help With Install - Is this config filled out correctly?"</title>
<link>http://bbpress.org/forums/topic/need-help-with-install-is-this-config-filled-out-correctly#post-8985</link>
<pubDate>Tue, 17 Jul 2007 02:47:27 +0000</pubDate>
<dc:creator>ronaldp423</dc:creator>
<guid isPermaLink="false">8985@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi Trent,&#60;/p&#62;
&#60;p&#62;I did as you instructed, and it now says;&#60;/p&#62;
&#60;p&#62;Cannot select DB.&#60;/p&#62;
&#60;p&#62;Could you give me another clue on this?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Need Help With Install - Is this config filled out correctly?"</title>
<link>http://bbpress.org/forums/topic/need-help-with-install-is-this-config-filled-out-correctly#post-8982</link>
<pubDate>Tue, 17 Jul 2007 02:10:05 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">8982@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Right off the cuff, I would do the following until you have it installed correctly:&#60;/p&#62;
&#60;p&#62;1) Remove:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$bb-&#38;gt;WP_BB = true;
require_once( &#38;#39;public_html/wp-blog-header.php&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) Change to false:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$bb-&#38;gt;mod_rewrite = false;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Once you have bbPress installed and integrated with wordpress (logins), then play around with the permalinks and the including bbPRess functions with WP.&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>ronaldp423 on "Need Help With Install - Is this config filled out correctly?"</title>
<link>http://bbpress.org/forums/topic/need-help-with-install-is-this-config-filled-out-correctly#post-8980</link>
<pubDate>Tue, 17 Jul 2007 02:00:28 +0000</pubDate>
<dc:creator>ronaldp423</dc:creator>
<guid isPermaLink="false">8980@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have spent three hours trying to figure out what I'm doing - can someone tell me if this config.php is correct?&#60;/p&#62;
&#60;p&#62;I have placed xxx's in place of password, etc..&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
$bb-&#38;gt;WP_BB = true;&#60;br /&#62;
require_once( 'public_html/wp-blog-header.php' );&#60;br /&#62;
// ** MySQL settings ** //&#60;br /&#62;
define('BBDB_NAME', 'xqyevao_wrdp1');      // The name of the database&#60;br /&#62;
define('BBDB_USER', 'xqyevao_wrdp1');     // Your MySQL username&#60;br /&#62;
define('BBDB_PASSWORD', 'xxxxxxxx'); // ...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;// The full URL of your bbPress install&#60;br /&#62;
$bb-&#38;gt;uri = 'http://teachtheboss.com/forums/';&#60;/p&#62;
&#60;p&#62;// What are you going to call me?&#60;br /&#62;
$bb-&#38;gt;name = 'Teach The Boss Forums';&#60;/p&#62;
&#60;p&#62;// This must be set before you run the install script.&#60;br /&#62;
$bb-&#38;gt;admin_email = 'ronaldp423xxxxx.com';&#60;/p&#62;
&#60;p&#62;// Set to true if you want pretty permalinks, set to 'slugs' if you want to use slug based pretty permalinks.&#60;br /&#62;
$bb-&#38;gt;mod_rewrite = true;&#60;/p&#62;
&#60;p&#62;// The number of topics that show on each page.&#60;br /&#62;
$bb-&#38;gt;page_topics = 30;&#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 = 60;&#60;/p&#62;
&#60;p&#62;// Your timezone offset.  Example: -7 for Pacific Daylight Time.&#60;br /&#62;
$bb-&#38;gt;gmt_offset = -5;&#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 = 'xxxxxxxx'; // 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 it as it is.&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;wp_table_prefix = 'wp_';  // WordPress table prefix.  Example: 'wp_';&#60;br /&#62;
$bb-&#38;gt;wp_home = 'http://teachtheboss.com';  // WordPress - Options-&#38;gt;General: Blog address (URL) // Example: 'http://example.com'&#60;br /&#62;
$bb-&#38;gt;wp_siteurl = 'http://teachtheboss.com';  // WordPress - Options-&#38;gt;General: WordPress address (URL) // Example: 'http://example.com'&#60;/p&#62;
&#60;p&#62;/* Stop editing */&#60;/p&#62;
&#60;p&#62;if ( !defined('BBPATH') )&#60;br /&#62;
	define('BBPATH', dirname(__FILE__) . '/' );&#60;br /&#62;
require_once( BBPATH . 'bb-settings.php' );&#60;br /&#62;
?&#38;gt;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
