系统信息 | ||||||||||||||
Discuz! 程序版本 | Discuz! X3.4 Release 20180101 | |||||||||||||
UCenter 客户端版本 | UCenter 1.6.0 Release 20170101 | |||||||||||||
服务器系统及 PHP | Linux / PHP v5.6.36 | |||||||||||||
服务器软件 | Apache | |||||||||||||
服务器 MySQL 版本 | 5.6.39 | |||||||||||||
图片:屏幕快照 2018-06-26 上午9.39.35.png
图片:屏幕快照 2018-06-26 上午9.39.50.png
还发现开启https后后台打开插件管理页面和模版页面很慢,其它页面暂时没有发现,跟之前没有开启https之前速度对比非常明显,经常需要等1~2分钟才打开,刚试着在服务器中将php版本切换到7.1后,后台打开慢的问题解决了,接着的问题就是更新缓存,出错
Discuz! System Error
syntax error, unexpected ','
PHP Debug
No. File Line Code
1 forum.php 67 require(%s)
2 source/module/forum/forum_post.php 345 require_once(%s)
3 source/include/post/post_newthread.php 139 include(%s)
4 data/template/20_20_forum_post.tpl.php 1278 include(%s)
5 data/template/20_20_common_footer.tpl.php 117 output()
6 source/function/function_core.php 1057 output_replace(%s)
7 source/function/function_core.php 1108 create_function(%s, %s)
8 source/function/function_core.php(1108) : runtime-created function 1 break()后面自己又切换回php 5.6版本,上面的php Debug问题没有了,经过这一折腾发现php 高版本能解决开启https后访问慢的一些问题,苦于自己的技术菜鸟,不知道如何解决