bbPress

Simple, Fast, Elegant

bbPress support forums » Installation

Guess the integration is right, but can't login

(4 posts)
  • Started 9 months ago by petitpoulain
  • Latest reply from petitpoulain
  • This topic is resolved
  1. petitpoulain
    Member

    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
    :(

    Posted 9 months ago #
  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

    Posted 9 months ago #
  3. petitpoulain
    Member

    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/';
    Posted 9 months ago #
  4. petitpoulain
    Member

    Solved!

    I deleted the

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

    and worked :P

    Posted 9 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.