Error
Unable to create directory uploads/2022/11. Is its parent directory writable by the server?
Solution
$ chown www-data:www-data -R * # Let Apache be owner
$ find . -type d -exec chmod 755 {} \; # Change directory permissions rwxr-xr-x
$ find . -type f -exec chmod 644 {} \; # Change file permissions rw-r--r--

Latest posts by rajeshkumar (see all)
- Ansible ERROR! ‘import’ is not a valid attribute for a Play - August 8, 2023
- Ansible Error: module whether to use the yum (yum3) or dnf (yum4) backend}) - August 7, 2023
- Kubernetes Gateway selection for Istio in Knative - August 7, 2023