Skip to:
Content

BuddyPress.org

Opened 10 years ago

Closed 10 years ago

Last modified 8 years ago

#6292 closed defect (bug) (no action required)

Problem using the BP_ENABLE_MULTIBLOG constant

Reported by: henrywright's profile henry.wright Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Core Keywords:
Cc:

Description

I seem to be having difficulty getting define( 'BP_ENABLE_MULTIBLOG', true ); to work (fresh database, Twenty Fifteen, WP 4.1.1 and BP 2.2.1).

As described in this article, I'd expect BP content to be displayable on any site in my network. For example:

http://example.com/site/ profile links will point to http://example.com/site/members/username/

Problem is, this doesn't seem to be happening.

My wp-config.php

define( 'WP_ALLOW_MULTISITE', true );
define( 'MULTISITE', true );
define( 'SUBDOMAIN_INSTALL', false );
define( 'DOMAIN_CURRENT_SITE', 'sub.example.com' );
define( 'PATH_CURRENT_SITE', '/' );
define( 'SITE_ID_CURRENT_SITE', 1 );
define( 'BLOG_ID_CURRENT_SITE', 1 );
define( 'BP_ENABLE_MULTIBLOG', true );

Can anyone reproduce?

Change History (4)

#1 @mercime
10 years ago

Problem is, this doesn't seem to be happening.

What shows up instead? 404 or another URL?

Could be related to permalink issue in core for WP Multisite with subdirectory structure https://core.trac.wordpress.org/ticket/20171

#2 @henry.wright
10 years ago

@mercime yes! The suggested fix in the Trac ticket you linked to solved the problem.

Just for the record, I'm using the Multisite subdirectory option on a website that uses a sub domain. For ex: sub.example.com/site/

Last edited 10 years ago by henry.wright (previous) (diff)

#3 @DJPaul
10 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

Going to close this ticket as it sounds you've found an answer. Thanks for triaging and finding a relevant upstream ticket, @mericme :)

#4 @DJPaul
8 years ago

  • Component changed from API to Core
Note: See TracTickets for help on using tickets.