最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

When I upload any media file it says "The uploaded file could not be moved to wp-contentuploads201704"

programmeradmin2浏览0评论

Please help if any one can.I tried it to create uploads folder manually and then upload media in upload folder but then i can not get my media file in WordPress dashboard media file.

Please help if any one can.I tried it to create uploads folder manually and then upload media in upload folder but then i can not get my media file in WordPress dashboard media file.

Share Improve this question asked Apr 14, 2017 at 4:50 user117635user117635 11 silver badge1 bronze badge 2
  • This might be due to server permission. Did you check the permissions of upload folder – Mukii kumar Commented Apr 14, 2017 at 6:36
  • yes permission is 7 5 5.. – user117635 Commented Apr 14, 2017 at 10:30
Add a comment  | 

3 Answers 3

Reset to default 0

This is a problem due to permissions.

You will need to change your files permission's in your upload folder (2017/04 in my case) to drwxdrwx.

If the permission is 755 which is correct then.

Check if the upload folder user-group is apache/httpd ( or Any user-group who has access to your website root folder ).

You can run a command through terminal if you have access to the server shell, run it from the root website folder:

sudo chmod g+w wp-content/uploads -R

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论