在wordpress插件安装过程中出现了“Failed to connect to FTP Server 118.20.101.175:21”错误,说是不支持ftp或ftps协议,起了怪了,我明明在腾讯云服务器里面开启了21端口啊,怎么还是连不上?
是在如下这一步wordpress插件安装过程中被卡住了的,ftp与ftps(ssl)协议都不支持。
具体错误内容如下:
To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.
实在没办法,找了一天的资料,终于找到了解决方案,只需要在xshell客户端运行一下如下代码即可,你的也可能是通过putty连接服务器的,不过都一样,运行如下命令就可以了,非常的简单。
[root@VM_230_32_centos ~]# sudo chown -R apache:apache /var/www/html [root@VM_230_32_centos ~]#
Failed to connect to FTP Server 118.20.101.175:21错误解决之后我们就可以继续安装我们的wordpress插件了,如图所示就表示成功了。
最后点击“Activate Plugin”即可激活我们的wordpress插件。