Skip to:
Content
Pages
Categories
Search
Top
Bottom

Guess the integration is right, but can’t login

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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


    petitpoulain
    Member

    @petitpoulain

    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/';


    petitpoulain
    Member

    @petitpoulain

    Solved!

    I deleted the

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

    and worked :P

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