Forums

Join
bbPress Support ForumsInstallationGuess the integration is right, but can't login

Info

Guess the integration is right, but can't login

  1. A place all the code. but when i can login! When i use the right password to log on BBpress the page reload and nothing happens.

    with the wrong pass i get the "Log in failed page".

    http://www.chrismise.com/blog
    http://www.chrismise.com/blog/bbpres
    :(

  2. Tell us about the install....what is your wp URL and bbPress URL? What do you have for the integration portion of your config.php?

    Trent

  3. the right links
    http://www.chrismise.com/blog
    http://www.chrismise.com/blog/bbpress

    Now i cant login to my blog too(but i solved changing the pass thought phpmyadmin o_O)

    :( . Must have done something wrong.

    $bb->wp_table_prefix = 'wp_';  // WordPress table prefix.  Example: 'wp_';
    $bb->wp_home = 'http://www.chrismise.com/blog';  // WordPress - Options->General: Blog address (URL) // Example: 'http://example.com'
    $bb->wp_siteurl = 'http://www.chrismise.com/blog';  // WordPress - Options->General: WordPress address (URL) // Example: 'http://example.com'
    
    /* Stop editing */
    
    $bb->usercookie = 'wordpressuser_2de49fc36f5359dc455c4965686f06d3';
    $bb->passcookie = 'wordpressuser_2de49fc36f5359dc455c4965686f06d3';
    $bb->cookiedomain = 'http://www.chrismise.com';
    $bb->cookiepath = '/blog/';
  4. Solved!

    I deleted the

    $bb->usercookie = 'wordpressuser_2de49fc36f5359dc455c4965686f06d3';
    $bb->passcookie = 'wordpressuser_2de49fc36f5359dc455c4965686f06d3';
    $bb->cookiedomain = 'http://www.chrismise.com';
    $bb->cookiepath = '/blog/';

    and worked :P

  5. You must log in to post.