<?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: Can&#039;t Login!</title>
		<link>http://bbpress.org/forums/topic/cant-login</link>
		<description>bbPress Support Forums &#187; Topic: Can&#039;t Login!</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 11:12:35 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<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><![CDATA[<p>if i do delete that entry in my database i get this error on my page</p>
<p>bbPress database error: [Unknown column 'meta_key' in 'field list']<br />
SELECT meta_key, meta_value FROM wp_usermeta WHERE user_id = '1'</p>
<p>bbPress database error: [Unknown column 'meta_key' in 'where clause']<br />
SELECT * FROM wp_usermeta WHERE user_id = '1' AND meta_key = 'bb_capabilities'</p>
<p>bbPress database error: [Unknown column 'meta_key' in 'field list']<br />
INSERT INTO wp_usermeta ( user_id, meta_key, meta_value ) VALUES ( '1', 'bb_capabilities', 'a:1:{s:6:\"member\";b:1;}' )<br />
admin
</p>]]></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><![CDATA[<p>I do not have that entry it seems.</p>
<p>Gary
</p>]]></description>
					</item>
		<item>
			<title>Michael Adams (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>Michael Adams (mdawaffe)</dc:creator>
			<guid isPermaLink="false">214@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>garymill, it should be in your wp_usermeta table.  Can you search that table for keymaster?
</p>]]></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><![CDATA[<p>What table Should I look for the keymaster line, maybe what I just posted above is somehting else.</p>
<p>My forum is a subdirectory of my blog by the way.</p>
<p>Gary
</p>]]></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><![CDATA[<p>In wp_user meta data I have this line</p>
<p>wp_capabilities  	a:1:{s:13:"administrator";b:1;}</p>
<p>Should this be deleted?</p>
<p>Gary
</p>]]></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><![CDATA[<p>Thank mdawaffe! I have solved this problem. It looks working fine  when I moved BBPress into a sub-directory of my WordPress.
</p>]]></description>
					</item>
		<item>
			<title>Michael Adams (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>Michael Adams (mdawaffe)</dc:creator>
			<guid isPermaLink="false">190@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>garymill,</p>
<p>Login problem:<br />
<code>wp_home</code> and <code>wp_siturl</code> will only work if the url for your forums is a "subdirectory" of the url for your WordPress blog.  If that is not the case, you'll need the more fine-grained control mentioned in the <a href="http://bbpress.org/documentation/integration-with-wordpress/#cookie">Cookie integration with WordPress Documentation</a></p>
<p>Installation problem:<br />
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:</p>
<p>meta_key = $bb_table_prefix . 'capabilities' (example: 'bb_capablities')<br />
meta_value = a:1:{s:9:"keymaster";b:1;}</p>
<p>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.
</p>]]></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><![CDATA[<p>I am dropping them. Thanks for the help though.</p>
<p>Gary
</p>]]></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><![CDATA[<p>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!</p>
<p>hth<br />
Phillip
</p>]]></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><![CDATA[<p>Hi Philip,</p>
<p>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.</p>
<p>Gary
</p>]]></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><![CDATA[<p>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?</p>
<p>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.</p>
<p>hth<br />
Phillip
</p>]]></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><![CDATA[<p>I need a bit of help still with the login issue</p>
<p>My config for this section</p>
<p>// The rest is only useful if you are integrating bbPress with WordPress.<br />
// If you're not, just leave the rest as it is.<br />
$bb-&#62;wp_table_prefix = 'wp_'; // 'wp_'; // WordPress table prefix.<br />
$bb-&#62;wp_home = 'http://www.energizedeating.com/blog';  // WordPress - Options-&#62;General: Blog address (URL) // No trailing slash<br />
$bb-&#62;wp_siteurl = 'http://www.energizedeating.com/blog';  // WordPress - Options-&#62;General: WordPress address (URL) // No trailing slash</p>
<p>// Use the following line *only* if you will be loading WordPress everytime you load bbPress.<br />
//define('WP_BB', true);</p>
<p>/* Stop editing */</p>
<p>define('BBPATH', dirname(__FILE__) . '/' );<br />
require_once( BBPATH . 'bb-settings.php' );</p>
<p>?&#62;</p>
<p>Thanks,</p>
<p>Gary
</p>]]></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><![CDATA[<p>Solved my problem. It was coming from</p>
<p><code>#<br />
$bb-&#62;wp_table_prefix = false; // 'wp_'; // WordPress table prefix.<br />
#<br />
$bb-&#62;wp_home = false; // WordPress - Options-&#62;General: Blog address (URL) // No trailing slash<br />
#<br />
$bb-&#62;wp_siteurl = false; // WordPress - Options-&#62;General: WordPress address (URL) // No trailing slash<br />
</code></p>
<p>I had set the urls only to domain.com/directory, when I added the http and www it worked fine.
</p>]]></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><![CDATA[<p>Yeah, that was a little confusing.  Thanks for clarifying.<br />
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.
</p>]]></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><![CDATA[<p>This is what it should look like:<br />
<code>$bb-&#62;wp_table_prefix = &#39;wp_&#39;; // &#39;wp_&#39;; // WordPress table prefix.</code></p>
<p>I made the point about TRUE becasue it seems that you never set it to TRUE, you just add the correct prefix.
</p>]]></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><![CDATA[<p>When I use this option</p>
<p><code>$bb-&#62;wp_table_prefix = false; // &#39;wp_&#39;; // WordPress table prefix.</code></p>
<p>Set it to true, and use my prefix, I am running into this error:</p>
<p><code>bbPress database error: [Table &#39;dbname.1users&#39; doesn&#39;t exist]<br />
SELECT * FROM 1users WHERE user_login = &#39;ergate&#39; AND SUBSTRING_INDEX( user_pass, &#39;---&#39;, 1 ) = &#39;*****[moderated]*****&#39;<br />
bbPress database error: [Table &#39;dbname.1users&#39; doesn&#39;t exist]<br />
SELECT * FROM 1users WHERE user_login = &#39;ergate&#39;<br />
</code></p>
<p>Even if I intentionally put the wrong db prefix, it still gives this same error.</p>
<p>But as long as I use keep using the old integration code in the config file</p>
<p><code>// use the WP user table for your bbpress user list<br />
define(&#39;CUSTOM_USER_TABLE&#39;, &#39;wp_users&#39;);</code> </p>
<p>the login works just fine.
</p>]]></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><![CDATA[<p>I had the same problem, but after reading the Ulitmate bbPress Guide (<a href="http://www.devlounge.net/articles/the-ultimate-bbpress-guide/1/" rel="nofollow">http://www.devlounge.net/articles/the-ultimate-bbpress-guide/1/</a>)  I realised I had made mistakes on these lines of my config file:<br />
<code>#<br />
$bb-&#62;wp_table_prefix = false;  // &#39;wp_&#39;; // WordPress table prefix.<br />
#<br />
$bb-&#62;wp_home = false;  // WordPress - Options-&#62;General: Blog address (URL) // No trailing slash<br />
#<br />
$bb-&#62;wp_siteurl = false;  // WordPress - Options-&#62;General: WordPress address (URL) // No trailing slash<br />
</code></p>
<p>I replaced the FALSE with TRUE instead of adding the actual urls and the<code>&#39;wp_&#39;</code>.  Your problem might be completely different but maybe you made the same mistake as I did?</p>
<p>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.</p>
<p>hth
</p>]]></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><![CDATA[<p>I am using linux.
</p>]]></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><![CDATA[<p>Yes, I meet the same issue that I can't login with my wordpress username. I used Dreamhost as webhosting.
</p>]]></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><![CDATA[<p>Yeah, anyone is willing to give mine a shot too:<br />
<a href="http://www.astereostudio.com/on/forums" rel="nofollow">http://www.astereostudio.com/on/forums</a></p>
<p>(Layout is a bit screwy, in the middle of customizing for theme release)
</p>]]></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><![CDATA[<p>I just downloaded the latest version, deleted the previous tables and did a new install.</p>
<p>Same login problem is being encountered.</p>
<p>the forum is at <a href="http://energizedeating.com/blog/forum/" rel="nofollow">http://energizedeating.com/blog/forum/</a></p>
<p>Anyone is welcome to register to confirm and hopefully help me solve this.</p>
<p>When I arrive at the forum, I am greeted as signed in</p>
<p>When I tried to post, I am prompted to login, , but the same login box appears again after and I remain not logined in.<br />
If I enter my login info wrong, I am given an error message.</p>
<p>I hope someone can help.</p>
<p>Gary
</p>]]></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><![CDATA[<p>I'm on a Linux
</p>]]></description>
					</item>
		<item>
			<title>Michael Adams (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>Michael Adams (mdawaffe)</dc:creator>
			<guid isPermaLink="false">102@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>What webserver are you two using?  This initial release didn't receive much testing under IIS.  There could still be some bugs there.</p>
<p>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.
</p>]]></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><![CDATA[<p>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!</p>
<p>I came to the forum to see if I am not alone. and am not!</p>
<p>Gary
</p>]]></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><![CDATA[<p>No one..</p>
<p>My wordpress username doesnt contain spaces or anything like that, it's simply "ocean"
</p>]]></description>
					</item>
		<item>
			<title>Michael Adams (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>Michael Adams (mdawaffe)</dc:creator>
			<guid isPermaLink="false">86@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>No one can login, or just you?</p>
<p>Does your WP username have any spaces or "funny" characters in it?
</p>]]></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><![CDATA[<p>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:</p>
<p><code><br />
# BEGIN BBPress<br />
&#60;IfModule mod_rewrite.c&#62;<br />
RewriteEngine On<br />
RewriteBase /location_of_install/<br />
Options +MultiViews<br />
&#60;/IfModule&#62;<br />
# END BBPress<br />
</code></p>
<p>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?
</p>]]></description>
					</item>

	</channel>
</rss>

