安装 WordPress 后遇到的一个问题,无法在线更新和安装插件/主题,页面报错信息如下。
发生了预料之外的错误。WordPress.org或是此服务器的配置可能出了一些问题。如果您持续遇到困难,请试试支持论坛。 An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums.
在尝试网上已有方法均无效。于是试试关闭 SELinux(国外主机测评系统环境为 CentOS 8),发现果然是这里的问题。
解决方法很简单,用下面命令设置允许 HTTPD 脚本和模块连接网络即可。
sudo setsebool -P httpd_can_network_connect 1