Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Can’t Login!


planetphillip
Member

@planetphillip

I had the same problem, but after reading the Ulitmate bbPress Guide (http://www.devlounge.net/articles/the-ultimate-bbpress-guide/1/) I realised I had made mistakes on these lines of my config file:

#

$bb->wp_table_prefix = false; // 'wp_'; // WordPress table prefix.

#

$bb->wp_home = false; // WordPress - Options->General: Blog address (URL) // No trailing slash

#

$bb->wp_siteurl = false; // WordPress - Options->General: WordPress address (URL) // No trailing slash

I replaced the FALSE with TRUE instead of adding the actual urls and the'wp_'. Your problem might be completely different but maybe you made the same mistake as I did?

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.

hth

Skip to toolbar