<?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: Installation won't launch.</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Installation won't launch.</description>
<language>en</language>
<pubDate>Sun, 07 Sep 2008 09:57:19 +0000</pubDate>

<item>
<title>JRussell on "Installation won't launch."</title>
<link>http://bbpress.org/forums/topic/installation-wont-launch#post-11495</link>
<pubDate>Thu, 18 Oct 2007 02:39:08 +0000</pubDate>
<dc:creator>JRussell</dc:creator>
<guid isPermaLink="false">11495@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://trac.bbpress.org/ticket/745&#34; rel=&#34;nofollow&#34;&#62;http://trac.bbpress.org/ticket/745&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This information helped me with the above situation.&#60;/p&#62;
&#60;p&#62;Make the changes per 745c.diff and you'll be set.&#60;/p&#62;
&#60;p&#62;Thanks for a great program, Trent!
&#60;/p&#62;</description>
</item>
<item>
<title>JRussell on "Installation won't launch."</title>
<link>http://bbpress.org/forums/topic/installation-wont-launch#post-11493</link>
<pubDate>Thu, 18 Oct 2007 01:56:07 +0000</pubDate>
<dc:creator>JRussell</dc:creator>
<guid isPermaLink="false">11493@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;P.S. There is no white space before the &#34;&#38;lt;?php&#34; tag.
&#60;/p&#62;</description>
</item>
<item>
<title>JRussell on "Installation won't launch."</title>
<link>http://bbpress.org/forums/topic/installation-wont-launch#post-11492</link>
<pubDate>Thu, 18 Oct 2007 01:53:12 +0000</pubDate>
<dc:creator>JRussell</dc:creator>
<guid isPermaLink="false">11492@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hey guys, I'm getting some new errors.. the config.php is still the same.&#60;br /&#62;
This is what's coming up:&#60;/p&#62;
&#60;p&#62;Warning: mysql_get_server_info() [function.mysql-get-server-info]: Access denied for user 'unrprus1'@'localhost' (using password: NO) in /home/unrprus1/public_html/wp02/forums/bb-includes/db-mysqli.php on line 80&#60;/p&#62;
&#60;p&#62;Warning: mysql_get_server_info() [function.mysql-get-server-info]: A link to the server could not be established in /home/unrprus1/public_html/wp02/forums/bb-includes/db-mysqli.php on line 80&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /home/unrprus1/public_html/wp02/forums/bb-includes/db-mysqli.php:80) in /home/unrprus1/public_html/wp02/forums/bb-admin/install.php on line 10&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /home/unrprus1/public_html/wp02/forums/bb-includes/db-mysqli.php:80) in /home/unrprus1/public_html/wp02/forums/bb-includes/functions.php on line 1898
&#60;/p&#62;</description>
</item>
<item>
<title>JRussell on "Installation won't launch."</title>
<link>http://bbpress.org/forums/topic/installation-wont-launch#post-11491</link>
<pubDate>Thu, 18 Oct 2007 01:46:52 +0000</pubDate>
<dc:creator>JRussell</dc:creator>
<guid isPermaLink="false">11491@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Okay, wow.  It looks like I may have figured it out.  All I did was set Permalinks to default within Wordpress 2.3 and the installation came up.  Sweet!
&#60;/p&#62;</description>
</item>
<item>
<title>JRussell on "Installation won't launch."</title>
<link>http://bbpress.org/forums/topic/installation-wont-launch#post-11490</link>
<pubDate>Thu, 18 Oct 2007 01:41:20 +0000</pubDate>
<dc:creator>JRussell</dc:creator>
<guid isPermaLink="false">11490@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#38;lt;?php&#60;/p&#62;
&#60;p&#62;// ** MySQL settings ** //&#60;br /&#62;
define('BBDB_NAME', 'unrprus1_wp02'); // The name of the database&#60;br /&#62;
define('BBDB_USER', 'unrprus1_John'); // Your MySQL username&#60;br /&#62;
define('BBDB_PASSWORD', 'xxxxxxxxx'); // ...and password&#60;br /&#62;
define('BBDB_HOST', 'localhost'); // 99% chance you won't need to change these last few&#60;/p&#62;
&#60;p&#62;define('BBDB_CHARSET', 'utf8'); // If you are *upgrading*, and your old config.php does&#60;br /&#62;
define('BBDB_COLLATE', ''); // not have these two contstants in them, DO NOT define them&#60;br /&#62;
// If you are installing for the first time, leave them here&#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://www.unrpredental.com/wp02/forums';&#60;/p&#62;
&#60;p&#62;// What are you going to call me?&#60;br /&#62;
$bb-&#38;gt;name = 'Message Board';&#60;/p&#62;
&#60;p&#62;// This must be set before you run the install script.&#60;br /&#62;
$bb-&#38;gt;admin_email = 'xxxx@unrpredental.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 = false;&#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 = -7;&#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 = 'b57b8370ac44'; // 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://www.unrpredental.com'; // WordPress - Options-&#38;gt;General: Blog address (URL) // Example: 'http://example.com'&#60;br /&#62;
$bb-&#38;gt;wp_siteurl = 'http://www.unrpredental.com/wp02'; // 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;/p&#62;
&#60;p&#62;?&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>JRussell on "Installation won't launch."</title>
<link>http://bbpress.org/forums/topic/installation-wont-launch#post-11489</link>
<pubDate>Thu, 18 Oct 2007 01:39:19 +0000</pubDate>
<dc:creator>JRussell</dc:creator>
<guid isPermaLink="false">11489@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hey everyone,&#60;/p&#62;
&#60;p&#62; I need to pick your brains.  I have uploaded bbPress in a folder called &#34;forums&#34; within &#34;wp02&#34; (Wordpress folder).  I am using the same MySQL  username and database info that Wordpress uses since I want to integrate it.  However, I've gone over config.php and I can't seem to find an error.  Can anyone offer assistance?  Thanks.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
