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
3 Answers
Reset to default 0This 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