Forums

Problmes with Simple bbPress integration. (1 post)

  1. Silver Eyes
    Member
    Posted 11 months ago #

    Greetings:

    I can't seem to figure out how to do a simple cookie integration between WordPress 3.1.4 (not MU) and bbPress 1.0.3. I'm on a hosted Apache 1.3.41 (Unix) - MySQL 5.0.45 - php 5.2.6 configuration.

    The Key and Salt values in wp-config.php were cut and pasted into the corresponding bb-config.php Constants, and the two applications are not sharing a database.

    I matched the appropriate php Constants: AUTH_KEY to BB_AUTH_KEY, SECURE_AUTH_KEY to BB_SECURE_AUTH_KEY, and LOGGED_IN_KEY to BB_LOGGED_IN_KEY.

    I've activated and configured the WordPress Integration plugin in WP, and the bbPress Integration plugin in bbPress, and added the Manual Cookie Settings:
    define( 'COOKIEPATH', '/' ), and define( 'COOKIEDOMAIN', '.example.com' ) (where "example" is my domain).

    WP is in the ROOT directory and bbPress is down one level (example.com/bbpress)
    After all of this, every time I log into one, I'm logged out of the other, is there something else I need to do?

    BTW: /wp-admin/options.php doesn't list any of the WP Keys or Salts, and my browser (FireFox 4.0.1) accepts third-party cookies.

    PS. The bbPress Integration plugin (that runs in WordPress) has an option to enter "Your" plugins url. Which plugin folder url is it requesting, the wordPress plugin url or the bbPress plugin folder?

    I'd appreciate any insight into what I might try next.

Reply

You must log in to post.

About this Topic