<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>bbPress Support Forums &#187; Topic: user_nicename error on installtion</title>
		<link>http://bbpress.org/forums/topic/user_nicename-error-on-installtion</link>
		<description>bbPress Support Forums &#187; Topic: user_nicename error on installtion</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 08:42:37 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/topic/user_nicename-error-on-installtion" rel="self" type="application/rss+xml" />

		<item>
			<title>Erica S on "user_nicename error on installtion"</title>
			<link>http://bbpress.org/forums/topic/user_nicename-error-on-installtion#post-18009</link>
			<pubDate>Wed, 06 Aug 2008 03:19:21 +0000</pubDate>
			<dc:creator>Erica S</dc:creator>
			<guid isPermaLink="false">18009@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks timjamz, that definitely worked as I was also having the same issues. I was stuck on this issue for weeks.
</p>]]></description>
					</item>
		<item>
			<title>timjamz on "user_nicename error on installtion"</title>
			<link>http://bbpress.org/forums/topic/user_nicename-error-on-installtion#post-17876</link>
			<pubDate>Fri, 01 Aug 2008 05:53:24 +0000</pubDate>
			<dc:creator>timjamz</dc:creator>
			<guid isPermaLink="false">17876@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I guess it's a problem with the install wizard.  I was able to get cookie-based cross-platform login going by performing a clean install <strong>without running the integration during install</strong>.</p>
<p>1. Perform a clean, standalone install and log in with the provided admin login.</p>
<p>2. Go to Settings . WordPress Integration - Input the blog URL twice, enter the blog 'secret' from [blog_url]/wp-admin/options.php, and enter the blog prefix.</p>
<p>3. Update the blog wp-config.php with the two lines suggested by WordPress Integration Settings page, and you should be in business.</p>
<p>Hope this helps someone else out there.</p>
<p>Used WP 2.5 &#38; 2.5.1 - bbPress 0.9.0.2
</p>]]></description>
					</item>
		<item>
			<title>timjamz on "user_nicename error on installtion"</title>
			<link>http://bbpress.org/forums/topic/user_nicename-error-on-installtion#post-17852</link>
			<pubDate>Thu, 31 Jul 2008 20:41:45 +0000</pubDate>
			<dc:creator>timjamz</dc:creator>
			<guid isPermaLink="false">17852@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>This seems to be a problem with the install files.  I have tried four different installations now, and integration causes the error with "user_nicename" in the wp_user table regardless of the correctness of all the other information (secret key, et al).</p>
<p>First run will produce the user_nicename error as well as the 'Forum could not be created' error.  Second run will still produce the user_nicename error, but not 'Forum could not be created' - after the second run, the forum is installed and accessible... but cross-platform (wp -&#62; bbp -&#62; wp) cookie-based login is broken.  Logging into the forum kicks the user off of the blog and vice versa.</p>
<p>I'm beating my head against a wall with this one.  Anyone have any ideas?</p>
<p>Thanks for any help you can offer.
</p>]]></description>
					</item>
		<item>
			<title>jakemc on "user_nicename error on installtion"</title>
			<link>http://bbpress.org/forums/topic/user_nicename-error-on-installtion#post-16611</link>
			<pubDate>Wed, 04 Jun 2008 15:32:18 +0000</pubDate>
			<dc:creator>jakemc</dc:creator>
			<guid isPermaLink="false">16611@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Check your BB_SECRET_KEY value. Mine (taken from the WP SECRET_KEY value ended with a  backslash, which effectively escaped the end quote. Changing it to \\ escaped the escape (if you see what I mean). I then went back and installed okay.
</p>]]></description>
					</item>
		<item>
			<title>bryan868 on "user_nicename error on installtion"</title>
			<link>http://bbpress.org/forums/topic/user_nicename-error-on-installtion#post-16073</link>
			<pubDate>Thu, 08 May 2008 22:56:37 +0000</pubDate>
			<dc:creator>bryan868</dc:creator>
			<guid isPermaLink="false">16073@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I'm having this same problem.  Fresh installation using version 0.9.0.2.</p>
<pre><code>Referrer is OK, beginning installation…
&#62;&#62;&#62; Setting up custom user table constants

Step 1 - Creating database tables
&#62;&#62;&#62; Create table bb_forums
&#62;&#62;&#62; Create table bb_posts
&#62;&#62;&#62; Create table bb_topics
&#62;&#62;&#62; Create table bb_topicmeta
&#62;&#62;&#62; Create table bb_tags
&#62;&#62;&#62; Create table bb_tagged
&#62;&#62;&#62; Added index wp_users UNIQUE KEY user_nicename (user_nicename)
&#62;&#62;&#62;
&#62;&#62;&#62;&#62;&#62;&#62; Duplicate key name &#39;user_nicename&#39;

Step 2 - WordPress integration (optional)
&#62;&#62;&#62; WordPress address (URL): MYURL
&#62;&#62;&#62; Blog address (URL): MYURL
&#62;&#62;&#62; WordPress cookie secret key set.
&#62;&#62;&#62; WordPress database secret set.
&#62;&#62;&#62; User database table prefix: wp_

Step 3 - Site settings
&#62;&#62;&#62; Site name: MYSITENAME
&#62;&#62;&#62; Site address (URL): MYURL
&#62;&#62;&#62; From email address: MYEMAIL
&#62;&#62;&#62; Key master role assigned to existing user
&#62;&#62;&#62;&#62;&#62;&#62; Username: admin
&#62;&#62;&#62;&#62;&#62;&#62; Email address: MYEMAIL
&#62;&#62;&#62;&#62;&#62;&#62; Password: Your existing password
&#62;&#62;&#62; Description: Just another bbPress community
&#62;&#62;&#62; Forum could not be created!
&#62;&#62;&#62; Key master email sent

There were some errors encountered during installation!</code></pre>
<p>I should note that I assigned the key master as my admin user in WordPress. When I go to my forum I receive the following error....</p>
<p><code>Parse error: syntax error, unexpected T_STRING in /MYPATH/bb-config.php on line 22</code>
</p>]]></description>
					</item>
		<item>
			<title>Michael Adams (mdawaffe) on "user_nicename error on installtion"</title>
			<link>http://bbpress.org/forums/topic/user_nicename-error-on-installtion#post-15766</link>
			<pubDate>Fri, 25 Apr 2008 16:43:51 +0000</pubDate>
			<dc:creator>Michael Adams (mdawaffe)</dc:creator>
			<guid isPermaLink="false">15766@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>What version of bbPress are you installing?</p>
<p>If you go to your bbPress site, does it work (even though the installer said it failed)?</p>
<p>I think there may be a bug in the bbPress installer such that if you want to integrate the user database, you <strong>must</strong> also check the cookie integration checkbox.
</p>]]></description>
					</item>
		<item>
			<title>pronking on "user_nicename error on installtion"</title>
			<link>http://bbpress.org/forums/topic/user_nicename-error-on-installtion#post-15765</link>
			<pubDate>Fri, 25 Apr 2008 16:01:18 +0000</pubDate>
			<dc:creator>pronking</dc:creator>
			<guid isPermaLink="false">15765@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>error:</p>
<p>Duplicate key name 'user_nicename'<br />
&#62;&#62;&#62; User tables will already exist when performing a database integrated installation.<br />
Forum could not be created!</p>
<p>and </p>
<p>Step 1 - Creating database tables<br />
&#62;&#62;&#62; Create table bb_forums<br />
&#62;&#62;&#62; Create table bb_posts<br />
&#62;&#62;&#62; Create table bb_topics<br />
&#62;&#62;&#62; Create table bb_topicmeta<br />
&#62;&#62;&#62; Create table bb_tags<br />
&#62;&#62;&#62; Create table bb_tagged<br />
&#62;&#62;&#62; Added index wp_users UNIQUE KEY user_nicename (user_nicename)<br />
&#62;&#62;&#62;<br />
&#62;&#62;&#62;&#62;&#62;&#62; Duplicate key name 'user_nicename'</p>
<p>How can I fix this?
</p>]]></description>
					</item>

	</channel>
</rss>

