[buddypress-trac] [BuddyPress] #3423: Can not activate BuddyPress on the second blog on WordPress multi-site (subdirectory)

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Mon Aug 15 19:31:53 UTC 2011


#3423: Can not activate BuddyPress on the second blog on WordPress multi-site
(subdirectory)
-------------------------------+------------------
 Reporter:  lightcapturer      |       Owner:
     Type:  defect             |      Status:  new
 Priority:  normal             |   Milestone:  1.5
Component:  Core               |     Version:  1.5
 Severity:  normal             |  Resolution:
 Keywords:  reporter-feedback  |
-------------------------------+------------------

Comment (by valuser):

 Still getting "You do not have sufficient permissions to access this page"
 using trunk 4986  with bbpress 1.03 in bp-forums folder.

 wp-config.php

 etc

 define('WPLANG', '');
 define('BP_ENABLE_MULTIBLOG', true );
 define ( 'BP_ROOT_BLOG', 2 );
 /**
  * For developers: WordPress debugging mode.
  *
  * Change this to true to enable the display of notices during
 development.
  * It is strongly recommended that plugin and theme developers use
 WP_DEBUG
  * in their development environments.
  */
 define('WP_DEBUG', false);
 define('WP_ALLOW_MULTISITE', true);
 define( 'MULTISITE', true );
 define( 'SUBDOMAIN_INSTALL', false );
 $base = '/';
 define( 'DOMAIN_CURRENT_SITE', 'mysite.com' );
 define( 'PATH_CURRENT_SITE', '/' );
 define( 'SITE_ID_CURRENT_SITE', 1 );
 define( 'BLOG_ID_CURRENT_SITE', 1 );
 define('BP_DISABLE_ADMIN_BAR', true);
 /* That's all, stop editing! Happy blogging. */

 etc

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3423#comment:8>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list