Skip to:
Content
Pages
Categories
Search
Top
Bottom

ALL images gone after update

  • @thatguy

    Member

    Hi All…not sure why but all avatars, pictures and header are gone from my site after the upgrade to W3. The dashboard says all plugins are up to date. Any advice is appreciated. Please help!

Viewing 12 replies - 1 through 12 (of 12 total)
  • @lph2005

    Participant

    Does this link help?

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/bp-1-2-4-custom-bp_avatar_url-change/

    Are you using a child-theme or were you using the default theme for buddypress?

    @thatguy

    Member

    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!

    @thatguy

    Member

    Please, can anyone help with this? Thank you.

    @r-a-y

    Keymaster

    Follow these steps thoroughly:
    http://developersmind.com/2010/06/17/upgrading-wordpress-mu-2-9-2-to-wordpress-3-0/

    Particularly the part about the .htaccess edit.

    @thatguy

    Member

    @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.

    @r-a-y

    Keymaster

    Did you add a file called “ms-files.php” to “wp-content”?

    @thatguy

    Member

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

    @thatguy

    Member

    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.

    @r-a-y

    Keymaster

    It looks like you didn’t follow the instructions listed under “Update Rewrite Rules”:
    http://developersmind.com/2010/06/17/upgrading-wordpress-mu-2-9-2-to-wordpress-3-0/

    @thatguy

    Member

    @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

    @r-a-y

    Keymaster

    You’re missing the part about moving /wp-includes/ms-files.php to /wp-content/ms-files.php!

    @thatguy

    Member

    @r-a-y — you da best! It worked! Thanks sooooooooo much!!!!

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘ALL images gone after update’ is closed to new replies.
Skip to toolbar