![](https://static.wixstatic.com/media/68165d_bc7d6e280e9a4627882287eefdcdba59~mv2.png/v1/fill/w_745,h_327,al_c,q_85,enc_auto/68165d_bc7d6e280e9a4627882287eefdcdba59~mv2.png)
1. Cài themes hay plugins yêu cầu hostname, ftp username, ftp password
![](https://static.wixstatic.com/media/68165d_4731224f52944944b272bb0e31833f9f~mv2.png/v1/fill/w_451,h_567,al_c,q_85,enc_auto/68165d_4731224f52944944b272bb0e31833f9f~mv2.png)
Nếu bạn không cài FTP thì xử lý bằng cách vào file config của wordpress (wp-config.php) thêm dòng sau:
# vi /usr/share/nginx/locateyourwordpress/wp-config.php
define('FS_METHOD','direct');
2. Installation failed: Could not create directory khi cài themes, plugins, tools
![](https://static.wixstatic.com/media/68165d_b78b4adc09d34476849fb0937e768ff0~mv2.png/v1/fill/w_301,h_126,al_c,q_85,enc_auto/68165d_b78b4adc09d34476849fb0937e768ff0~mv2.png)
Tắt SElinux.
# vi /etc/selinux/config
Chỉnh dòng sau thành:
SELINUX=disabled
# systemctl reboot
Phân quyền
# chown -R nginx:nginx /usr/share/nginx/locateyourwordpress
# chmod -R 755 /usr/share/nginx/locateyourwordpress
Comments