Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Can’t Login!

garymill,

Login problem:

wp_home and wp_siturl 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 Cookie integration with WordPress Documentation

Installation problem:

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:

meta_key = $bb_table_prefix . ‘capabilities’ (example: ‘bb_capablities’)

meta_value = a:1:{s:9:”keymaster”;b:1;}

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.

Skip to toolbar