Skip to:
Content
Pages
Categories
Search
Top
Bottom

Cannot view Members/Groups/Blogs list on member blogs


  • jdoe_
    Participant

    @jdoe_

    I’ve a WPMU (2.8.2) + Buddpress (1.0.3) installed and am using the default buddypress-home theme for the the main site, domain.com, as well as for another blog created under domain.com, say domain.com/blog.

    When I try viewing the Members, Groups list etc., on domain.com it works fine. However, when I try clicking on the “Members”, “Groups” tab on the top of domain.com/blog, all that gets displayed is a blank page with just the “search” box. Further, the “Members” tab always remains highlighted, no matter which tab I click (Members/Groups/Blogs..).

    How do I fix this issue? Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

  • jdoe_
    Participant

    @jdoe_

    Here is a simplified description of the problem.

    On domain.com/blog, no users show up in the Member directory, no sites show up in the Blogs directory, no groups show up in Groups directory while it works fine on domain.com


    jdoe_
    Participant

    @jdoe_

    Here is the htaccess

    RewriteEngine On
    RewriteBase /

    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    # add a trailing slash to /wp-admin
    RewriteCond %{REQUEST_URI} ^.*/wp-admin$
    RewriteRule ^(.+)$ $1/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule . - [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]

    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cannot view Members/Groups/Blogs list on member blogs’ is closed to new replies.
Skip to toolbar