Updating Wordpress inside a container. No FTP access

一曲冷凌霜 提交于 2019-12-03 16:33:05

The key is to make sure your web server is the owner of the directory WordPress is installed in (and its sub-directories). You're seeing an error because your web server doesn't have the proper privileges to write to your directories.

I recommend running a chown -R user:group /path/to/wordpress, substituting the user and group with your server's info.

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