<?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: Problem at step 2 of installation</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Problem at step 2 of installation</description>
<language>en</language>
<pubDate>Sat, 30 Aug 2008 11:48:08 +0000</pubDate>

<item>
<title>chrishajer on "Problem at step 2 of installation"</title>
<link>http://bbpress.org/forums/topic/problem-at-step-2-of-installation#post-11969</link>
<pubDate>Tue, 13 Nov 2007 14:57:41 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">11969@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Cool - enjoy.
&#60;/p&#62;</description>
</item>
<item>
<title>JeffVoegtlin on "Problem at step 2 of installation"</title>
<link>http://bbpress.org/forums/topic/problem-at-step-2-of-installation#post-11958</link>
<pubDate>Tue, 13 Nov 2007 14:37:13 +0000</pubDate>
<dc:creator>JeffVoegtlin</dc:creator>
<guid isPermaLink="false">11958@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I was doing that while you were writing that.  I can't say that I figured it out myself.  I just tried several different things and the one you were writing is what worked.&#60;/p&#62;
&#60;p&#62;Thanks again,
&#60;/p&#62;</description>
</item>
<item>
<title>JeffVoegtlin on "Problem at step 2 of installation"</title>
<link>http://bbpress.org/forums/topic/problem-at-step-2-of-installation#post-11956</link>
<pubDate>Tue, 13 Nov 2007 14:35:39 +0000</pubDate>
<dc:creator>JeffVoegtlin</dc:creator>
<guid isPermaLink="false">11956@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well, I did a little fiddling around and I've been set up.&#60;/p&#62;
&#60;p&#62;Thanks, chrishajer, for your helpful suggestions.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Problem at step 2 of installation"</title>
<link>http://bbpress.org/forums/topic/problem-at-step-2-of-installation#post-11952</link>
<pubDate>Tue, 13 Nov 2007 14:26:07 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">11952@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;These are how the 3 lines look before any customization (I took the comments out):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$bb-&#38;gt;wp_table_prefix = &#38;#39;&#38;#39;;
$bb-&#38;gt;wp_home = &#38;#39;&#38;#39;;
$bb-&#38;gt;wp_siteurl = &#38;#39;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;br /&#62;
Yours might look like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$bb-&#38;gt;wp_table_prefix = &#38;#39;wp_&#38;#39;;
$bb-&#38;gt;wp_home = &#38;#39;http://jackhammr.org&#38;#39;;
$bb-&#38;gt;wp_siteurl = &#38;#39;http://jackhammr.org&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;when you're done.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Problem at step 2 of installation"</title>
<link>http://bbpress.org/forums/topic/problem-at-step-2-of-installation#post-11951</link>
<pubDate>Tue, 13 Nov 2007 14:23:41 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">11951@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I think this line is the problem:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$bb-&#38;gt;wp_table_prefix = &#38;#39;wp_;$bb-&#38;gt;wp_home&#38;#39;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;That should be something like:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$bb-&#38;gt;wp_table_prefix = &#38;#39;wp_&#38;#39;;&#60;/code&#62;&#60;br /&#62;
and&#60;br /&#62;
&#60;code&#62;$bb-&#38;gt;wp_home = &#38;#39;http://jackhammr.org&#38;#39;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Somehow you got part of the 2nd line onto the end of the first line.  Fixing that will fix your problem.
&#60;/p&#62;</description>
</item>
<item>
<title>JeffVoegtlin on "Problem at step 2 of installation"</title>
<link>http://bbpress.org/forums/topic/problem-at-step-2-of-installation#post-11947</link>
<pubDate>Tue, 13 Nov 2007 12:36:56 +0000</pubDate>
<dc:creator>JeffVoegtlin</dc:creator>
<guid isPermaLink="false">11947@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I think you're right and that it is somewhere in the &#34;integrating with WordPress&#34; section.  I tried to follow the example, but I didn't know what I was doing or what what I did would do.&#60;/p&#62;
&#60;p&#62;Thanks for your help.
&#60;/p&#62;</description>
</item>
<item>
<title>JeffVoegtlin on "Problem at step 2 of installation"</title>
<link>http://bbpress.org/forums/topic/problem-at-step-2-of-installation#post-11946</link>
<pubDate>Tue, 13 Nov 2007 12:30:43 +0000</pubDate>
<dc:creator>JeffVoegtlin</dc:creator>
<guid isPermaLink="false">11946@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#38;lt;?php&#60;br /&#62;
// ** MySQL settings ** //&#60;/p&#62;
&#60;p&#62;define('BBDB_NAME', 'jackhammr');      // The name of the database&#60;/p&#62;
&#60;p&#62;define('BBDB_USER', 'jackhammr');     // Your MySQL username&#60;/p&#62;
&#60;p&#62;define('BBDB_PASSWORD', '********'); // ...and password&#60;/p&#62;
&#60;p&#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;/p&#62;
&#60;p&#62;define('BBDB_COLLATE', '');          // not have these two contstants in them, DO NOT define them&#60;/p&#62;
&#60;p&#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://jackhammr.org/bbpress/';&#60;/p&#62;
&#60;p&#62;// What are you going to call me?&#60;br /&#62;
$bb-&#38;gt;name = 'JackHammer 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 = 'jeff@jackhammr.org';&#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: -6 for Pacific Daylight Time.&#60;br /&#62;
$bb-&#38;gt;gmt_offset = -6;&#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 it as it is.&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;wp_table_prefix = 'wp_;$bb-&#38;gt;wp_home';  // WordPress table prefix.  Example: 'wp_';&#60;br /&#62;
$bb-&#38;gt;wp_home = '';  // WordPress - Options-&#38;gt;General: Blog address (URL) // Example: 'http://jackhammr.org'&#60;br /&#62;
$bb-&#38;gt;wp_siteurl = 'http://jackhammr.org';  // 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>chrishajer on "Problem at step 2 of installation"</title>
<link>http://bbpress.org/forums/topic/problem-at-step-2-of-installation#post-11940</link>
<pubDate>Tue, 13 Nov 2007 06:40:14 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">11940@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Looks like you've got some weird stuff in your config.php.  There should not be any wp_ stuff showing up there, just bb_ for the tables. &#60;/p&#62;
&#60;p&#62;Can you post your config.php (edit out the password)?
&#60;/p&#62;</description>
</item>
<item>
<title>JeffVoegtlin on "Problem at step 2 of installation"</title>
<link>http://bbpress.org/forums/topic/problem-at-step-2-of-installation#post-11939</link>
<pubDate>Tue, 13 Nov 2007 06:32:04 +0000</pubDate>
<dc:creator>JeffVoegtlin</dc:creator>
<guid isPermaLink="false">11939@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;After filling in step one of the installation I get this message:&#60;/p&#62;
&#60;p&#62;Now we’re going to create the database tables and fill them with some default data.&#60;/p&#62;
&#60;p&#62;bbPress database error: [A table must have at least 1 column]&#60;br /&#62;
CREATE TABLE wp_&#60;/p&#62;
&#60;p&#62;Created table wp_&#60;br /&#62;
bbPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ';$bb-&#38;gt;wp_homeusers (user_login, user_pass, user_email, us]&#60;br /&#62;
INSERT INTO wp_;$bb-&#38;gt;wp_homeusers (user_login, user_pass, user_email, user_url, user_registered) VALUES ('JeffV', '145d638abb3245b4362f959f774bf1b2', 'jeff@jackhammr.org', '', '2007-11-13 06:30:26')&#60;/p&#62;
&#60;p&#62;bbPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ' '', , '', '200]&#60;br /&#62;
INSERT INTO bb_topics (topic_title, topic_slug, topic_poster, topic_poster_name, topic_last_poster, topic_last_poster_name, topic_start_time, topic_time, forum_id) VALUES ('Your first topic', 'your-first-topic', , '', , '', '2007-11-13 06:30:26', '2007-11-13 06:30:26', 1)&#60;/p&#62;
&#60;p&#62;bbPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ';$bb-&#38;gt;wp_homeusers WHERE ID = 0' at line 1]&#60;br /&#62;
SELECT * FROM wp_;$bb-&#38;gt;wp_homeusers WHERE ID = 0&#60;/p&#62;
&#60;p&#62;Finished!&#60;/p&#62;
&#60;p&#62;I'm sorry I don't understand what all that means.  Can someone here help me?  Thanks.&#60;/p&#62;
&#60;p&#62;Jeff Voegtlin
&#60;/p&#62;</description>
</item>

</channel>
</rss>
