Installation failed: Could not create directory pada WordPress muncul terkait hak kepemilikan directory saat menginstall Themes/Plugin, buat akses kepemilikannya bisa diakses web server.
Ubuntu 18.04/20.04 LTS :
1. Akses server melalui SSH.
2. Beri hak kepemilikan Directory ke Web Server.
~# chown -R www-data:www-data /home/$USER/public_html
3. Pastikan Directory Permissions ter set dengan perintah :
~# sudo find /home/$USER/public_html/ -type d -exec chmod 755 {} \; ~# sudo find /home/$USER/public_html/ -type f -exec chmod 644 {} \;