<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha" -->
<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: Can&#039;t Login!</title>
		<link>http://bbpress.org/forums/topic/cant-login</link>
		<description><![CDATA[bbPress Support Forums &raquo; Topic: Can&#039;t Login!]]></description>
		<language>en-US</language>
		<pubDate>Sun, 21 Mar 2010 14:15:11 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://bbpress.org/forums/search.php</link>
		</textInput>
		<atom:link href="http://bbpress.org/forums/rss/topic/cant-login" rel="self" type="application/rss+xml" />

		<item>
			<title>grafisch-vormgever on "Can&#039;t Login!"</title>
			<link>http://bbpress.org/forums/topic/cant-login#post-1227</link>
			<pubDate>Wed, 08 Nov 2006 17:58:21 +0000</pubDate>
			<dc:creator>grafisch-vormgever</dc:creator>
			<guid isPermaLink="false">1227@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;if i do delete that entry in my database i get this error on my page&#60;/p&#62;
&#60;p&#62;bbPress database error: [Unknown column 'meta_key' in 'field list']&#60;br /&#62;
SELECT meta_key, meta_value FROM wp_usermeta WHERE user_id = '1'&#60;/p&#62;
&#60;p&#62;bbPress database error: [Unknown column 'meta_key' in 'where clause']&#60;br /&#62;
SELECT * FROM wp_usermeta WHERE user_id = '1' AND meta_key = 'bb_capabilities'&#60;/p&#62;
&#60;p&#62;bbPress database error: [Unknown column 'meta_key' in 'field list']&#60;br /&#62;
INSERT INTO wp_usermeta ( user_id, meta_key, meta_value ) VALUES ( '1', 'bb_capabilities', 'a:1:{s:6:\&#34;member\&#34;;b:1;}' )&#60;br /&#62;
admin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>garymill on "Can&#039;t Login!"</title>
			<link>http://bbpress.org/forums/topic/cant-login#post-239</link>
			<pubDate>Thu, 19 Oct 2006 14:37:26 +0000</pubDate>
			<dc:creator>garymill</dc:creator>
			<guid isPermaLink="false">239@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;I do not have that entry it seems.&#60;/p&#62;
&#60;p&#62;Gary
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mdawaffe on "Can&#039;t Login!"</title>
			<link>http://bbpress.org/forums/topic/cant-login#post-214</link>
			<pubDate>Wed, 18 Oct 2006 16:23:59 +0000</pubDate>
			<dc:creator>mdawaffe</dc:creator>
			<guid isPermaLink="false">214@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;garymill, it should be in your wp_usermeta table.  Can you search that table for keymaster?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>garymill on "Can&#039;t Login!"</title>
			<link>http://bbpress.org/forums/topic/cant-login#post-201</link>
			<pubDate>Wed, 18 Oct 2006 11:51:29 +0000</pubDate>
			<dc:creator>garymill</dc:creator>
			<guid isPermaLink="false">201@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;What table Should I look for the keymaster line, maybe what I just posted above is somehting else.&#60;/p&#62;
&#60;p&#62;My forum is a subdirectory of my blog by the way.&#60;/p&#62;
&#60;p&#62;Gary
&#60;/p&#62;</description>
		</item>
		<item>
			<title>garymill on "Can&#039;t Login!"</title>
			<link>http://bbpress.org/forums/topic/cant-login#post-200</link>
			<pubDate>Wed, 18 Oct 2006 11:50:08 +0000</pubDate>
			<dc:creator>garymill</dc:creator>
			<guid isPermaLink="false">200@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;In wp_user meta data I have this line&#60;/p&#62;
&#60;p&#62;wp_capabilities  	a:1:{s:13:&#34;administrator&#34;;b:1;}&#60;/p&#62;
&#60;p&#62;Should this be deleted?&#60;/p&#62;
&#60;p&#62;Gary
&#60;/p&#62;</description>
		</item>
		<item>
			<title>championeer on "Can&#039;t Login!"</title>
			<link>http://bbpress.org/forums/topic/cant-login#post-195</link>
			<pubDate>Wed, 18 Oct 2006 05:22:51 +0000</pubDate>
			<dc:creator>championeer</dc:creator>
			<guid isPermaLink="false">195@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Thank mdawaffe! I have solved this problem. It looks working fine  when I moved BBPress into a sub-directory of my Wordpress.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mdawaffe on "Can&#039;t Login!"</title>
			<link>http://bbpress.org/forums/topic/cant-login#post-190</link>
			<pubDate>Tue, 17 Oct 2006 21:16:07 +0000</pubDate>
			<dc:creator>mdawaffe</dc:creator>
			<guid isPermaLink="false">190@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;garymill,&#60;/p&#62;
&#60;p&#62;Login problem:&#60;br /&#62;
&#60;code&#62;wp_home&#60;/code&#62; and &#60;code&#62;wp_siturl&#60;/code&#62; will only work if the url for your forums is a &#34;subdirectory&#34; of the url for your WordPress blog.  If that is not the case, you'll need the more fine-grained control mentioned in the &#60;a href=&#34;http://bbpress.org/documentation/integration-with-wordpress/#cookie&#34;&#62;Cookie integration with WordPress Documentation&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Installation problem:&#60;br /&#62;
on Installation, bbPress looks to see if there are any keymasters in the User Tables already.  You'll need to go to your usermeta table and delete the entry:&#60;/p&#62;
&#60;p&#62;meta_key = $bb_table_prefix . 'capabilities' (example: 'bb_capablities')&#60;br /&#62;
meta_value = a:1:{s:9:&#34;keymaster&#34;;b:1;}&#60;/p&#62;
&#60;p&#62;This part of the installation will have to change in the next version for several reasons.  The difficulties you're seeing is one of them.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>garymill on "Can&#039;t Login!"</title>
			<link>http://bbpress.org/forums/topic/cant-login#post-183</link>
			<pubDate>Tue, 17 Oct 2006 16:48:31 +0000</pubDate>
			<dc:creator>garymill</dc:creator>
			<guid isPermaLink="false">183@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;I am dropping them. Thanks for the help though.&#60;/p&#62;
&#60;p&#62;Gary
&#60;/p&#62;</description>
		</item>
		<item>
			<title>planetphillip on "Can&#039;t Login!"</title>
			<link>http://bbpress.org/forums/topic/cant-login#post-176</link>
			<pubDate>Tue, 17 Oct 2006 14:28:48 +0000</pubDate>
			<dc:creator>planetphillip</dc:creator>
			<guid isPermaLink="false">176@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;When you do a re-install are you dropping the tables from the database?  I'm afraid I'm not an expert and that's the only thing I can think of, sorry!&#60;/p&#62;
&#60;p&#62;hth&#60;br /&#62;
Phillip
&#60;/p&#62;</description>
		</item>
		<item>
			<title>garymill on "Can&#039;t Login!"</title>
			<link>http://bbpress.org/forums/topic/cant-login#post-175</link>
			<pubDate>Tue, 17 Oct 2006 14:09:00 +0000</pubDate>
			<dc:creator>garymill</dc:creator>
			<guid isPermaLink="false">175@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Hi Philip,&#60;/p&#62;
&#60;p&#62;Thanks for the advice. I do have the right table prefix. What I see as the issue is that the first time I installed, it let me select users from a list. Each time I have done a reinstall, it does not, it keeps the same each time. Is something not being done by me in the reinstall to cause that.&#60;/p&#62;
&#60;p&#62;Gary
&#60;/p&#62;</description>
		</item>
		<item>
			<title>planetphillip on "Can&#039;t Login!"</title>
			<link>http://bbpress.org/forums/topic/cant-login#post-170</link>
			<pubDate>Tue, 17 Oct 2006 09:44:10 +0000</pubDate>
			<dc:creator>planetphillip</dc:creator>
			<guid isPermaLink="false">170@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Everything looks fine to me, although I could be wrong!  Might seem a silly question but does your wp dtabase definitely have the 'wp_' prefix?&#60;/p&#62;
&#60;p&#62;Also there's a chance that there's a error somewhere else in the config file.  I had to reinstall just to be certain after I corrected my config.  I knew immediately everything was fine becasue during the setup I asked presented with a drop-down list of users to choose from.  Previously (When I had the config wrong) I didn't.&#60;/p&#62;
&#60;p&#62;hth&#60;br /&#62;
Phillip
&#60;/p&#62;</description>
		</item>
		<item>
			<title>garymill on "Can&#039;t Login!"</title>
			<link>http://bbpress.org/forums/topic/cant-login#post-160</link>
			<pubDate>Mon, 16 Oct 2006 22:07:52 +0000</pubDate>
			<dc:creator>garymill</dc:creator>
			<guid isPermaLink="false">160@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;I need a bit of help still with the login issue&#60;/p&#62;
&#60;p&#62;My config for this section&#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 the rest as it is.&#60;br /&#62;
$bb-&#38;gt;wp_table_prefix = 'wp_'; // 'wp_'; // WordPress table prefix.&#60;br /&#62;
$bb-&#38;gt;wp_home = 'http://www.energizedeating.com/blog';  // WordPress - Options-&#38;gt;General: Blog address (URL) // No trailing slash&#60;br /&#62;
$bb-&#38;gt;wp_siteurl = 'http://www.energizedeating.com/blog';  // WordPress - Options-&#38;gt;General: WordPress address (URL) // No trailing slash&#60;/p&#62;
&#60;p&#62;// Use the following line *only* if you will be loading WordPress everytime you load bbPress.&#60;br /&#62;
//define('WP_BB', true);&#60;/p&#62;
&#60;p&#62;/* Stop editing */&#60;/p&#62;
&#60;p&#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;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Gary
&#60;/p&#62;</description>
		</item>
		<item>
			<title>astereo on "Can&#039;t Login!"</title>
			<link>http://bbpress.org/forums/topic/cant-login#post-155</link>
			<pubDate>Mon, 16 Oct 2006 21:21:06 +0000</pubDate>
			<dc:creator>astereo</dc:creator>
			<guid isPermaLink="false">155@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Solved my problem. It was coming from&#60;/p&#62;
&#60;p&#62;&#60;code&#62;#&#60;br /&#62;
$bb-&#38;gt;wp_table_prefix = false; // 'wp_'; // WordPress table prefix.&#60;br /&#62;
#&#60;br /&#62;
$bb-&#38;gt;wp_home = false; // WordPress - Options-&#38;gt;General: Blog address (URL) // No trailing slash&#60;br /&#62;
#&#60;br /&#62;
$bb-&#38;gt;wp_siteurl = false; // WordPress - Options-&#38;gt;General: WordPress address (URL) // No trailing slash&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I had set the urls only to domain.com/directory, when I added the http and www it worked fine.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ergate on "Can&#039;t Login!"</title>
			<link>http://bbpress.org/forums/topic/cant-login#post-145</link>
			<pubDate>Mon, 16 Oct 2006 17:59:38 +0000</pubDate>
			<dc:creator>ergate</dc:creator>
			<guid isPermaLink="false">145@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Yeah, that was a little confusing.  Thanks for clarifying.&#60;br /&#62;
FYI, I just recieved an email from the bbpress dev mailing list about this being updated.  It is now less confusing on the config sample to.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>planetphillip on "Can&#039;t Login!"</title>
			<link>http://bbpress.org/forums/topic/cant-login#post-142</link>
			<pubDate>Mon, 16 Oct 2006 17:00:15 +0000</pubDate>
			<dc:creator>planetphillip</dc:creator>
			<guid isPermaLink="false">142@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;This is what it should look like:&#60;br /&#62;
&#60;code&#62;$bb-&#38;gt;wp_table_prefix = &#38;#39;wp_&#38;#39;; // &#38;#39;wp_&#38;#39;; // WordPress table prefix.&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I made the point about TRUE becasue it seems that you never set it to TRUE, you just add the correct prefix.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ergate on "Can&#039;t Login!"</title>
			<link>http://bbpress.org/forums/topic/cant-login#post-141</link>
			<pubDate>Mon, 16 Oct 2006 16:55:29 +0000</pubDate>
			<dc:creator>ergate</dc:creator>
			<guid isPermaLink="false">141@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;When I use this option&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$bb-&#38;gt;wp_table_prefix = false; // &#38;#39;wp_&#38;#39;; // WordPress table prefix.&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Set it to true, and use my prefix, I am running into this error:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;bbPress database error: [Table &#38;#39;dbname.1users&#38;#39; doesn&#38;#39;t exist]&#60;br /&#62;
SELECT * FROM 1users WHERE user_login = &#38;#39;ergate&#38;#39; AND SUBSTRING_INDEX( user_pass, &#38;#39;---&#38;#39;, 1 ) = &#38;#39;*****[moderated]*****&#38;#39;&#60;br /&#62;
bbPress database error: [Table &#38;#39;dbname.1users&#38;#39; doesn&#38;#39;t exist]&#60;br /&#62;
SELECT * FROM 1users WHERE user_login = &#38;#39;ergate&#38;#39;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Even if I intentionally put the wrong db prefix, it still gives this same error.&#60;/p&#62;
&#60;p&#62;But as long as I use keep using the old integration code in the config file&#60;/p&#62;
&#60;p&#62;&#60;code&#62;// use the WP user table for your bbpress user list&#60;br /&#62;
define(&#38;#39;CUSTOM_USER_TABLE&#38;#39;, &#38;#39;wp_users&#38;#39;);&#60;/code&#62; &#60;/p&#62;
&#60;p&#62;the login works just fine.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>planetphillip on "Can&#039;t Login!"</title>
			<link>http://bbpress.org/forums/topic/cant-login#post-133</link>
			<pubDate>Mon, 16 Oct 2006 15:27:40 +0000</pubDate>
			<dc:creator>planetphillip</dc:creator>
			<guid isPermaLink="false">133@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;I had the same problem, but after reading the Ulitmate bbPress Guide (&#60;a href=&#34;http://www.devlounge.net/articles/the-ultimate-bbpress-guide/1/&#34; rel=&#34;nofollow&#34;&#62;http://www.devlounge.net/articles/the-ultimate-bbpress-guide/1/&#60;/a&#62;)  I realised I had made mistakes on these lines of my config file:&#60;br /&#62;
&#60;code&#62;#&#60;br /&#62;
$bb-&#38;gt;wp_table_prefix = false;  // &#38;#39;wp_&#38;#39;; // WordPress table prefix.&#60;br /&#62;
#&#60;br /&#62;
$bb-&#38;gt;wp_home = false;  // WordPress - Options-&#38;gt;General: Blog address (URL) // No trailing slash&#60;br /&#62;
#&#60;br /&#62;
$bb-&#38;gt;wp_siteurl = false;  // WordPress - Options-&#38;gt;General: WordPress address (URL) // No trailing slash&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I replaced the FALSE with TRUE instead of adding the actual urls and the&#60;code&#62;&#38;#39;wp_&#38;#39;&#60;/code&#62;.  Your problem might be completely different but maybe you made the same mistake as I did?&#60;/p&#62;
&#60;p&#62;As a side note it seemed obvious to me that if it wasn't FALSE then I should set it to TRUE, but maybe not everybody agrees.&#60;/p&#62;
&#60;p&#62;hth
&#60;/p&#62;</description>
		</item>
		<item>
			<title>garymill on "Can&#039;t Login!"</title>
			<link>http://bbpress.org/forums/topic/cant-login#post-120</link>
			<pubDate>Mon, 16 Oct 2006 09:36:22 +0000</pubDate>
			<dc:creator>garymill</dc:creator>
			<guid isPermaLink="false">120@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;I am using linux.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>championeer on "Can&#039;t Login!"</title>
			<link>http://bbpress.org/forums/topic/cant-login#post-114</link>
			<pubDate>Mon, 16 Oct 2006 05:56:27 +0000</pubDate>
			<dc:creator>championeer</dc:creator>
			<guid isPermaLink="false">114@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Yes, I meet the same issue that I can't login with my wordpress username. I used Dreamhost as webhosting.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>astereo on "Can&#039;t Login!"</title>
			<link>http://bbpress.org/forums/topic/cant-login#post-107</link>
			<pubDate>Mon, 16 Oct 2006 02:13:19 +0000</pubDate>
			<dc:creator>astereo</dc:creator>
			<guid isPermaLink="false">107@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Yeah, anyone is willing to give mine a shot too:&#60;br /&#62;
&#60;a href=&#34;http://www.astereostudio.com/on/forums&#34; rel=&#34;nofollow&#34;&#62;http://www.astereostudio.com/on/forums&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;(Layout is a bit screwy, in the middle of customizing for theme release)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>garymill on "Can&#039;t Login!"</title>
			<link>http://bbpress.org/forums/topic/cant-login#post-105</link>
			<pubDate>Mon, 16 Oct 2006 01:30:32 +0000</pubDate>
			<dc:creator>garymill</dc:creator>
			<guid isPermaLink="false">105@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;I just downloaded the latest version, deleted the previous tables and did a new install.&#60;/p&#62;
&#60;p&#62;Same login problem is being encountered.&#60;/p&#62;
&#60;p&#62;the forum is at &#60;a href=&#34;http://energizedeating.com/blog/forum/&#34; rel=&#34;nofollow&#34;&#62;http://energizedeating.com/blog/forum/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Anyone is welcome to register to confirm and hopefully help me solve this.&#60;/p&#62;
&#60;p&#62;When I arrive at the forum, I am greeted as signed in&#60;/p&#62;
&#60;p&#62;When I tried to post, I am prompted to login, , but the same login box appears again after and I remain not logined in.&#60;br /&#62;
If I enter my login info wrong, I am given an error message.&#60;/p&#62;
&#60;p&#62;I hope someone can help.&#60;/p&#62;
&#60;p&#62;Gary
&#60;/p&#62;</description>
		</item>
		<item>
			<title>astereo on "Can&#039;t Login!"</title>
			<link>http://bbpress.org/forums/topic/cant-login#post-104</link>
			<pubDate>Mon, 16 Oct 2006 01:30:10 +0000</pubDate>
			<dc:creator>astereo</dc:creator>
			<guid isPermaLink="false">104@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;I'm on a Linux
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mdawaffe on "Can&#039;t Login!"</title>
			<link>http://bbpress.org/forums/topic/cant-login#post-102</link>
			<pubDate>Mon, 16 Oct 2006 00:54:20 +0000</pubDate>
			<dc:creator>mdawaffe</dc:creator>
			<guid isPermaLink="false">102@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;What webserver are you two using?  This initial release didn't receive much testing under IIS.  There could still be some bugs there.&#60;/p&#62;
&#60;p&#62;Also, please try installing the official release, garymill.  There were several changes between October 12th and the final version, some of which dealt with login issues.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>garymill on "Can&#039;t Login!"</title>
			<link>http://bbpress.org/forums/topic/cant-login#post-95</link>
			<pubDate>Sun, 15 Oct 2006 21:46:58 +0000</pubDate>
			<dc:creator>garymill</dc:creator>
			<guid isPermaLink="false">95@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;I am getting the very same error. I have a download from the 12th that i installed today. After login, on multiple users, go nowhere!&#60;/p&#62;
&#60;p&#62;I came to the forum to see if I am not alone. and am not!&#60;/p&#62;
&#60;p&#62;Gary
&#60;/p&#62;</description>
		</item>
		<item>
			<title>astereo on "Can&#039;t Login!"</title>
			<link>http://bbpress.org/forums/topic/cant-login#post-92</link>
			<pubDate>Sun, 15 Oct 2006 21:18:36 +0000</pubDate>
			<dc:creator>astereo</dc:creator>
			<guid isPermaLink="false">92@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;No one..&#60;/p&#62;
&#60;p&#62;My wordpress username doesnt contain spaces or anything like that, it's simply &#34;ocean&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mdawaffe on "Can&#039;t Login!"</title>
			<link>http://bbpress.org/forums/topic/cant-login#post-86</link>
			<pubDate>Sun, 15 Oct 2006 17:42:31 +0000</pubDate>
			<dc:creator>mdawaffe</dc:creator>
			<guid isPermaLink="false">86@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;No one can login, or just you?&#60;/p&#62;
&#60;p&#62;Does your WP username have any spaces or &#34;funny&#34; characters in it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>astereo on "Can&#039;t Login!"</title>
			<link>http://bbpress.org/forums/topic/cant-login#post-68</link>
			<pubDate>Sun, 15 Oct 2006 12:48:36 +0000</pubDate>
			<dc:creator>astereo</dc:creator>
			<guid isPermaLink="false">68@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;I seem to be having trouble logging in at all in bbpress. I integrated it successfully with Wordpress, but I can't login with my wordpress user name and password. I figured, something must be up, so I registered a new account in bbpress to try it out - password was mailed and everything - and when I went to login, still nothing. The page refreshes but goes nowhere and doesn't say I'm logged in. Seems like a mod rewrite issue, but I can't figure out what it is. During the initial install I set the config to clean urls, then used an .htaccess like the following:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
# BEGIN BBPress&#60;br /&#62;
&#38;lt;IfModule mod_rewrite.c&#38;gt;&#60;br /&#62;
RewriteEngine On&#60;br /&#62;
RewriteBase /location_of_install/&#60;br /&#62;
Options +MultiViews&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;br /&#62;
# END BBPress&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;After doing so I kept getting 404's when clicking on topics, etc (only to find out later I needed to fix my url at the beginning of config). Now everything is working except logins. Any ideas?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
