The MU forums have moved to WordPress.org

Images not displaying after upload (11 posts)

  1. amnesiak
    Member
    Posted 16 years ago #

    Seems that after the upgrade, nothing's going well for me.

    I'm getting more spam despite the tick trick and adding captcha, all my Japanese users content has messed up and I'm struggling to get it all back, and finally, this is the problem I'm trying to deal with now.

    When people upload images, they don't see their images on the blog.

    I have checked the directories via ftp and I can see the images there.

    Is there something I was supposed to do?

  2. emoruffino
    Member
    Posted 16 years ago #

    Your not the only one with this problem. I thought it was a wordpressmu problem, but figured out it was a .htaccess problem. I had the same error you had earlier but then put this as my .htaccess and it fixed it:
    ---

    RewriteEngine On
    RewriteBase /

    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [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]

  3. amnesiak
    Member
    Posted 16 years ago #

    You're the best!!
    Thanks ever so much for helping with that issue.

    Now I just need to try and think of a way to get all of my girlfriend's blog posts which are in Japanese to restore *cries*

  4. emoruffino
    Member
    Posted 16 years ago #

    no problem, wish i knew Japanese ;)

  5. jota73
    Member
    Posted 16 years ago #

    sorry to bring this back... I am having the same problem.... My blog was working ok... I decided to add either PictPress or Inline... to add additional pictures to my post, I was not able to configure this, then I deactivated their plugin...Now I am having this problem... the new post are not showing the pictures, even though the file is were it has to be (/uploads) I try viewing the file and get a 404 error... then I tried by chainging my .htaccess and type what is said in this post, but nothing yet... can you please help me? (www.paratuinfo.com)

  6. andrea_r
    Moderator
    Posted 16 years ago #

    i'm seeing pics on your site.

  7. jota73
    Member
    Posted 16 years ago #

    yes somehow the effect on changing the .htaccess was not inmediate...nonetheless this post http://www.paratuinfo.com/2008/01/22/videocamara-hitachi-60gb-blu-ray-2/ image is not working.... any idea?

  8. lunabyte
    Member
    Posted 16 years ago #

    Your on the wrong forum. You're using WordPress.

    http://wordpress.org/support/

    Anything we tell you here is of no use.

  9. jota73
    Member
    Posted 16 years ago #

    lunabyte...dont get what you say? why am I in the wrong forum?

  10. lunabyte
    Member
    Posted 16 years ago #

    Because you use WordPress, and this is not the WordPress forum?

    It's for multi-user which, although based on WordPress, is a completely different beast. It handles things in a much different way, and in this case, anything for MU does not apply to WordPress.

  11. jota73
    Member
    Posted 16 years ago #

    ok, thanks but how come I could solve the issue I was having with my iamges based on an answer on this post?

About this Topic