群晖安装WordPress异常总结

异常1:此站点遇到了致命错误,请查看您站点管理员电子邮箱中收到的邮件来获得指引。

解决方案: 开启debug错误日志排查
打开 wp-config.php 文件,将原来的 WP_Debug 设置改成如下设置:

define('WP_DEBUG', true);
define('WP_DEBUG_DISPLAY', true);

然后刷新显示错误的页面,此时异常提示如下:

Fatal error: Uncaught Error: Call to undefined function gzinflate() in /volume1/XXXX/wp-includes/class-requests.php:949 Stack trace: #0 /volume1/XXXX/wp-includes/class-requests.php(888): Requests::compatible_gzinflate('\x8DP1\x0E\x830\f\xFC\vs\x95\x00ehY...') #1 /volume1/XXXX/wp-includes/class-requests.php(837): Requests::compatible_gzinflate('\x1F\x8B\x08\x00\x00\x00\x00\x00\x00\x03\x8DP1\x0E\x83...') #2 /volume1/XXXX/wp-includes/class-requests.php(677): Requests::decompress('\x1F\x8B\x08\x00\x00\x00\x00\x00\x00\x03\x8DP1\x0E\x83...') #3 /volume1/XXXX/wp-includes/class-requests.php(385): Requests::parse_response(Array, 'http://api.word...', Array, Array, Array) #4 /volume1/XXXX/wp-includes/class-http.php(394): Requests::request('http://api.word...', Array, Array, 'POST', Array) #5 /volume1/XXXX/wp-includes/class-http.php(608): WP_Http->request('http://api.word...', Array) #6 /volume1/XXXX/wp-includes/http.php(179): WP_Http->po in /volume1/XXXX/wp-includes/class-requests.php on line 949

异常2:如何解决上述Fatal error: Uncaught Error: Call to undefined function gzinflate() in …..

解决办法: 编译PHP的zlib扩展

【Web Station】–【常规设置】–【PHP设置】—选择对应的配置文件–【编辑】– 【 默认服务器设置】–【扩展名】–勾选【 zlib 】

异常3:正在安装您上传的主题:XXXX.zip 连接信息要执行请求的操作,WordPress需要访问您网页服务器的权限。 请输入您的FTP或SSH登录凭据以继续。 如果您忘记了您的登录凭据(如用户名、密码),请联系您的主机提供商。

解决办法: 打开 wp-config.php 文件, 添加如下:

define( 'FS_METHOD', 'direct'); 
define( 'FS_CHMOD_DIR', 0777);
define( 'FS_CHMOD_FILE', 0777); 
© 版权声明
THE END
喜欢就支持一下吧
点赞8 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片