Skip to:
Content
Pages
Categories
Search
Top
Bottom

WPMU with BBpress on Subdomain


  • arlene476
    Member

    @arlene476

    I am having troubles with integrating WPMU in with BBpress in a subdomain. Whenever I integrate the BBpress portion. It always says that password incorrect on WPMU. Imust have missed something or it isn’t possible to install it on a subdomain with WPMU wilcarded

    Hope you could help me. Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

  • arlene476
    Member

    @arlene476

    I followed this

    bbPress will not have access to WordPress’ functions unless you manually tell bbPress to load WordPress first. In order to do that, you need to put require_once(‘path/to/wp-blog-header.php’); in bbPress’ bb-config.php (wp-blog-header is in the same directory as WordPress’ wp-config.php file).

    and it looks like this

    require_once( dirname(__FILE__) . ‘/wp-config.php’);

    this is located in http://domain.com

    my bbpress is on http://forums.domain.com and I am using Cpanel


    arlene476
    Member

    @arlene476

    There is an answer here, https://bbpress.org/forums/topic/require_oncepathtowp-blog-headerphp

    Saying:

    Put in the full path from the server root instead of the relative path.

    But I don’t know how to code it and what line to place it

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