Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • jdoe_
    Participant

    @jdoe_

    Hello Sam — Have you found a solution?


    jdoe_
    Participant

    @jdoe_

    Well..I have resolved the issue.

    All I did was replaced the existing bp-activity-templatetags.php with the file from https://svn.buddypress.org/trunk/bp-activity/bp-activity-templatetags.php and it is working now..

    strange?? yes.


    jdoe_
    Participant

    @jdoe_

    I have tried after disabling the plugins and widgets but still doesn’t seem to help. Wonder what else could be causing it not to display the activity in member profile in my case!!!


    jdoe_
    Participant

    @jdoe_

    Thanks for the datapoint, Gaetan.

    I guess, I should try to deactivate the other installed plugins and see if they are causing a problem.


    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>


    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_

    I have just had the same problem but followed the workaround listed in the thread above which worked.

    If you can’t post in the forums:

    1. Log out.

    2. Come back to the forums, select the forum you want to post in.

    3. Scroll to the bottom of the page, and hit the “Log In” link.

    4. Log in.

    5. You should be able to post.

Viewing 7 replies - 1 through 7 (of 7 total)
Skip to toolbar