Error Destination folder is not writable
This is an open discussion with 1 reply, filed under Troubleshooting.
Search
In case anyone else gets this issue, this solves it
sudo chcon -t httpd_sys_content_t /data/www/html/mysite -R sudo chcon -t httpd_sys_rw_content_t /data/www/html/mysite -R
Create an account or sign in to comment.
Error when trying to upload image
I changed the ownership of "x" to apache:apache, even gave it 777 and still get the error.
Website was created and tested in VM, and we were able to upload other images in the same section before moving to the live version. I have tried to upload the same 120kb image that worked before.
Any ideas on what I could try?