'Installation failed: Could not create directory.' I get this error everytime i try to download plugin in wp 4.8

主宰稳场 提交于 2019-12-05 16:13:46

You need to set permission on plugin folder/directory, now the user does not have permission to create folder/directory in plugin folder/directory.

You need to set permission on wp-content and all inside folder/directory to 755.

You can set permission via terminal

sudo chmod -R 777 wp-content

wp-content should me you folder path for Linux server path should be /var/www/html/project_folder/wp-content

OR

you can set permission via FTP. Right click on wp-content folder click on permission menu and set 755 permission to the folder.

The permissions or ownership on wp-content/plugins is incorrect. That directory should have a 775 permission set. If its already that then reapply 755 and checked “apply recursively to all directories and files.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!