Unable to install group OR Site Wide forums
-
I am running on a sub-directory Multisite installation.
I installed Buddypress on the network; enabled buddypress on /forums/, and was unable to complete the install wizard (due to “you do not have permission to access this page”).
I overcame that by adding two lines to my wp-config.php file:
`define(‘BP_ENABLE_MULTIBLOG’, true);`
`define(‘BP_ROOT_BLOG`, $my_blog_id);`
(obviously, with `$my_blog_id` replaced with my actual blog’s ID)—
I was able to complete the initial setup and have linked WP pages with the Activity, Group, Member, Discussion, etc pages in Buddypress. However, I am unable to install either Group or Site Wide forums.
Trying to install Group forums directs me to the “You do not have permissions” page (I am the only SuperUser on the network so that isn’t the issue) and trying to install the Site Wide forums pops up with a small modal window at the default Plugin Installation window (where you can search for a plugin and see the “most commonly used” ones.
Anybody know what the issue is? I would HATE to have to scrap this.
- The topic ‘Unable to install group OR Site Wide forums’ is closed to new replies.