Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • @r-a-y — you da best! It worked! Thanks sooooooooo much!!!!

    @r-a-y — on the .htaccess file I have the following – is it not correct?:

    RewriteEngine On
    RewriteBase /main/

    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
    RewriteRule ^(.*/)?files/(.*) wp-content/ms-files.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]

    SecFilterEngine Off
    SecFilterScanPOST Off

    I created “ms-files.php” as a text document and put it in”wp-content”, but there’s no info in it. Should I add some sort of script? Sorry, but I am not well versed in these things.

    No. Does this need to be created? If so, how do I do that? Thank you.

    @r-a-y – thank you very much for the info. I checked and double-checked but it appears everything is correct as per the instruction link. Any other ideas??? I can’t seem to get any images to show up.

    Please, can anyone help with this? Thank you.

    Thank you for your response! I am using a default theme. I viewed the link but I think my issues may be different.

    Firstly, I don’t seem to have the file bp-custom.php that they describe. Should I have that file?

    The second issue is that it seems to be ALL my uploaded images, avatars, stored photos in the gallery, and the header image that are gone. This includes new uploads.

    Here’s my site if you’d like to check it out: http://www.DivineEarth.org/main

    Thank you very much!

    I’m having the same problem. My avatars, pictures and header are gone from the site after the upgrade. Please help!

    Same issue – avatars AND images not appearing. I was using Safari then I tried Firefox and saw the images until I refreshed the page and realized they were just cached. This all occurred after I updated to the latest versions.

    If anyone is having problems, like I was, Sarah Gooding’s solution worked for me. To be specific, do the following:

    ~ click on Groups
    ~ click on a Group – you should then see “Home – Admin – Forum -Members (4) – Send Invites” in its’ menu
    ~ click on Admin
    ~ click on Group Setting
    ~ check the box for “Enable discussion forum”
    ~ save changes

    Now when you go to Forums in the menu, you should be able to click on New Topic and save it. Thanks SARAH GOODING – you’re the best!

    I too cannot create a forum topic. I tried disabling then creating a new forum. Then, I tried to create a topic. My Groups appear and I am able to select them, but the new topic does not appear. I tried using different browsers, but that didn’t make a difference.

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