一、环境
discuz 3.4
二、故障现象
三、解决方法
查看discuz的报错日志(web服务器的错误日志),发现以下报错信息:
[Fri Aug 23 09:42:34.026657 2019] [:error] [pid 13876] [client xxxxxx ] PHP Parse error: Syntax error, unexpected ':', expecting ',' or ')' in /var/www/html/upload/uc_server/avatar.PHP on line 14, referer: https://www.51anidea.com/forum.p ... lay&fid=75&mobile=2
检查 /var/www/html/upload/uc_server/avatar.PHP 文件(/var/www/html/upload是网站目录)的第14行,第14行内容如下:
define('UC_API', strtolower(($_SERVER[‘SERVER_PORT’] == 443 || $_SERVER[‘HTTPS’] == ‘on’ ? ‘https’ : ‘http’).’://’.$_SERVER[‘HTTP_HOST’].substr($_SERVER[‘PHP_SELF’], 0, str rpos($_SERVER[‘PHP_SELF’], '/'))));
define('UC_API', strtolower('https'.'://'.$_SERVER['HTTP_HOST'].substr($_SERVER['PHP_SELF'], 0, strrpos($_SERVER['PHP_SELF'], '/'))));
故障解决。
discuz相关教程,参考以下链接:
https://www.51anidea.com/forum.php?mod=forumdisplay&fid=2
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。