<?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: user_nicename</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: user_nicename</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 06:31:08 +0000</pubDate>

<item>
<title>estrahon 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>estrahon</dc:creator>
<guid isPermaLink="false">18009@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks timjamz, that definitely worked as I was also having the same issues. I was stuck on this issue for weeks.
&#60;/p&#62;</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>&#60;p&#62;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 &#60;strong&#62;without running the integration during install&#60;/strong&#62;.&#60;/p&#62;
&#60;p&#62;1. Perform a clean, standalone install and log in with the provided admin login.&#60;/p&#62;
&#60;p&#62;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.&#60;/p&#62;
&#60;p&#62;3. Update the blog wp-config.php with the two lines suggested by WordPress Integration Settings page, and you should be in business.&#60;/p&#62;
&#60;p&#62;Hope this helps someone else out there.&#60;/p&#62;
&#60;p&#62;Used WP 2.5 &#38;#38; 2.5.1 - bbPress 0.9.0.2
&#60;/p&#62;</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>&#60;p&#62;This seems to be a problem with the install files.  I have tried four different installations now, and integration causes the error with &#34;user_nicename&#34; in the wp_user table regardless of the correctness of all the other information (secret key, et al).&#60;/p&#62;
&#60;p&#62;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 -&#38;gt; bbp -&#38;gt; wp) cookie-based login is broken.  Logging into the forum kicks the user off of the blog and vice versa.&#60;/p&#62;
&#60;p&#62;I'm beating my head against a wall with this one.  Anyone have any ideas?&#60;/p&#62;
&#60;p&#62;Thanks for any help you can offer.
&#60;/p&#62;</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>&#60;p&#62;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.
&#60;/p&#62;</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>&#60;p&#62;I'm having this same problem.  Fresh installation using version 0.9.0.2.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Referrer is OK, beginning installation…
&#38;gt;&#38;gt;&#38;gt; Setting up custom user table constants

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

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

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

There were some errors encountered during installation!&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;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....&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Parse error: syntax error, unexpected T_STRING in /MYPATH/bb-config.php on line 22&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>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>mdawaffe</dc:creator>
<guid isPermaLink="false">15766@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What version of bbPress are you installing?&#60;/p&#62;
&#60;p&#62;If you go to your bbPress site, does it work (even though the installer said it failed)?&#60;/p&#62;
&#60;p&#62;I think there may be a bug in the bbPress installer such that if you want to integrate the user database, you &#60;strong&#62;must&#60;/strong&#62; also check the cookie integration checkbox.
&#60;/p&#62;</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>&#60;p&#62;error:&#60;/p&#62;
&#60;p&#62;Duplicate key name 'user_nicename'&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; User tables will already exist when performing a database integrated installation.&#60;br /&#62;
Forum could not be created!&#60;/p&#62;
&#60;p&#62;and &#60;/p&#62;
&#60;p&#62;Step 1 - Creating database tables&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; Create table bb_forums&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; Create table bb_posts&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; Create table bb_topics&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; Create table bb_topicmeta&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; Create table bb_tags&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; Create table bb_tagged&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; Added index wp_users UNIQUE KEY user_nicename (user_nicename)&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Duplicate key name 'user_nicename'&#60;/p&#62;
&#60;p&#62;How can I fix this?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
