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)
- WordPress Error: Is its parent directory writable by the server - November 2, 2022
- PHP Error: Warning: mysqli::__construct(): (HY000/1044): Access denied for user - October 25, 2022
- WordPress Error: llegal mix of collations - October 14, 2022