Skip to:
Content
Pages
Categories
Search
Top
Bottom

Troubleshoot integration


  • enquirer32
    Participant

    @enquirer32

    I’m using the latest versions of bbpress and WordPress. I intalled bbpress to be integrated with WP. however, when I click over from the WordPress site to the bbpress site I am not already logged in. Is there a list to troubleshoot to see why this happening? I have done as much as I can do so far (eg checking secret words etc).

    More irritatingly I find that I’ve been logged out of the WP site when I go back.

    Thx.

Viewing 3 replies - 26 through 28 (of 28 total)

  • 724613
    Inactive

    Ok. Yes. Any user I create in bbPress shows up in wp_users table.

    So that means I completed the checklist.. BUT what am I missing that won’t allow one user login to carry from bbPress to WordPress and vice-versa, so that a user doesn’t have to login twice?


    724613
    Inactive

    Ok. I figured out how to get the single login working for both bbPress and WordPress…

    I did understand the Function part of the setup.

    I made sure the bb-config.php file looked like this.

    if ( !defined(‘BB_PATH’) )

    define(‘BB_PATH’, dirname(__FILE__) . ‘/’ );

    require_once(‘path/to/wp-blog-header.php’);

    require_once( BB_PATH . ‘bb-settings.php’ );


    bradandersen
    Member

    @bradandersen

    Hello,

    I’m using WordPress 2.7 and there is no SECRET_KEY in wp-config.php, there are only:

    define(‘AUTH_KEY’,

    define(‘SECURE_AUTH_KEY’,

    define(‘LOGGED_IN_KEY’,

    define(‘NONCE_KEY’,

    Which one do I use? Do I need to enable something to get a SECRET_KEY into my wp-config.php file? Did I miss a step somewhere?

    Thanks,

    Brad

Viewing 3 replies - 26 through 28 (of 28 total)
  • You must be logged in to reply to this topic.
Skip to toolbar