Forums

Join
bbPress Support ForumsInstallationProblem with login in WordPress-bbpress integration

Info

Problem with login in WordPress-bbpress integration

  1. Hi there!
    I'm an italian user, so sorry for my bad english.
    I'm a WordPress' user since some years and I love it!
    I have found bbpress searching an alternative forum for my site (actually I use phpBB).
    Testing bbpress and wordpress integration I have a problem with the login...
    If I login/logout in bbpress, automatically login/logout in wordpress works, but not the reverse...
    If I login in WordPress, I'm not logged in in bbpress...
    I have tested it in local with this configuration:
    Wordpress folder: /wordpress
    BBpress folder: /forum

    in wp-config.php:
    define('AUTH_KEY', '<I;b3RJ:>Fu6.?*uJhfh UUBWA)MRP+.t}q,3dunpj+a!He329#;i,^:Aj~|7tDB');
    define('SECURE_AUTH_KEY', 'ytd&KN0gfMto{0>i0U7:9]R*%tc5gt/B89wVabirZUNASo1Xw@)F63Nofs7#[7');
    define('LOGGED_IN_KEY', 'lS!u]1H=nf=+-/@t.p+15OrfWljzI8&e&-.hs|HE?rH9@&[{t`/1Z0AEl22/~{');
    define('NONCE_KEY', '){P:2X}-s[v7PSqS)^%AL<&u)_Qpg,7AtSeN-x:}/SHr--RYq-G hG:8vM9dB8|L');
    define('AUTH_SALT', 'u2L_v<Prb:`Zr. 9UmDmbkc4d=L[C6NV}(nj<7[%]q|debm4sA,O9f]Y%,(&A7)3');
    define('SECURE_AUTH_SALT', '#x9M#;SAy*nnW4QY{; 9l^s1:4Q]glup}NN]/9gX1W2va1{ 2QG7TiE};)rsZj12');
    define('LOGGED_IN_SALT', '|2vq/Z6S53Z>*U^2(&kVc`F{d:7QGu[|J(@WJU<uKx:SXA+zx?<.qkM=#-m_V9F.');
    define('NONCE_SALT', '<3sR0o>)<!sElq(|DW=s:FqL|XJ_Venp4Flp&K*|FGF(*klrdZ6&7W;uo>lz)7TK');

    in bb-config.php:
    define('BB_AUTH_KEY', '<I;b3RJ:>Fu6.?*uJhfh UUBWA)MRP+.t}q,3dunpj+a!He329#;i,^:Aj~|7tDB');
    define('BB_SECURE_AUTH_KEY', 'ytd&KN0gfMto{0>i0U7:9]R*%tc5gt/B89wVabirZUNASo1Xw@)F63Nofs7#[7');
    define('BB_LOGGED_IN_KEY', 'lS!u]1H=nf=+-/@t.p+15OrfWljzI8&e&-.hs|HE?rH9@&[{t`/1Z0AEl22/~{');
    define('BB_NONCE_KEY', '){P:2X}-s[v7PSqS)^%AL<&u)_Qpg,7AtSeN-x:}/SHr--RYq-G hG:8vM9dB8|L');
    define('BB_AUTH_SALT', 'u2L_v<Prb:`Zr. 9UmDmbkc4d=L[C6NV}(nj<7[%]q|debm4sA,O9f]Y%,(&A7)3');
    define('BB_SECURE_AUTH_SALT', '#x9M#;SAy*nnW4QY{; 9l^s1:4Q]glup}NN]/9gX1W2va1{ 2QG7TiE};)rsZj12');
    define('BB_LOGGED_IN_SALT', '|2vq/Z6S53Z>*U^2(&kVc`F{d:7QGu[|J(@WJU<uKx:SXA+zx?<.qkM=#-m_V9F.');
    define('BB_NONCE_SALT', '<3sR0o>)<!sElq(|DW=s:FqL|XJ_Venp4Flp&K*|FGF(*klrdZ6&7W;uo>lz)7TK');

    Please, help me!

  2. I solved thanks this topic: http://bbpress.org/forums/topic/wp-integration-coockie-does-not-work

    I moved wordpress from "/wordpress" to the root and cookies integration now works! :-)

  3. You must log in to post.