I added this line of code: define( ‘BP_ENABLE_MULTIBLOG’, true ); to my wp-config.php file but the results were the same. If I click on any of the tabs under My Account or Notifications I get led back to my main site.
I tried putting the code in different locations throughout the wp-config.php file but it made no difference, this is where it is now. (see below)
* 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( ‘BP_ENABLE_MULTIBLOG’, true );
/* That’s all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);