• Thank you for reading.

    I have updated my wordpress to 4.9 version. But now if I use media library or Add from Server plugin to upload as well as adding picture thumbnail to database of new image, there can not be shown. Otherwise, the image I uploaded before 4.8.3 version can show.(I used the same way to add image before 4.8.3 vesion.)

    • This topic was modified 7 years, 3 months ago by yannyann.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Have a look at this page.

    Let us know if the issue has been resolved. If not, I’ll see what I can do to help.

    Thread Starter yannyann

    (@yannyann)

    No, the problem is not resovled.

    Recently, I found if I add (|ico|gif|png|jpeg|jpg|), this code in my nginx default, it will lead to image no showing.

    After I removed |ico|gif|png|jpeg|jpg| form default file, image became show up.
    I think whether or not is the problem relationship between 4.9 and nginx.
    Please also check it, Thank you

    `#|ico|gif|png|jpeg|jpg| dont add this or image will no show
    location ~* \.(woff|ttf|otf|svg|woff2|eot|css|js)$ {
    expires 1d;
    access_log off;
    add_header Pragma public;
    add_header Cache-Control “public, max-age=3024000”;
    add_header X-Asset “yes”;
    }

    Thread Starter yannyann

    (@yannyann)

    Sorry for my late reply, I have some exam this days

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘New upload image can not show in media library’ is closed to new replies.