bbPress

Simple, Fast, Elegant

bbPress support forums » Installation

WPMU with BBpress on Subdomain

(3 posts)
  • Started 4 months ago by arlene476
  • Latest reply from arlene476
  • This topic is not resolved

Tags:

  1. 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

    Posted 4 months ago #
  2. 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

    Posted 4 months ago #
  3. There is an answer here, http://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

    Posted 4 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.