在论坛学习有一段时间了,今天下午整理了一下思路,开始动手操作,先弄了个域名安装prosper202,折腾了一个晚上。过程中遇到两个问题,最终总算解决了,记录一下,希望对同样问题的坛友有所帮助:8 a0 I5 q2 n" y; f! z) v
u7 x. `! J6 D我用的是linode的VPS,centos系统,安装的国产wdcp面板(自带PHP+APACH+NIGINX+MYSQL环境),所有都是按照默认设置。 ; o k9 C& L. O+ B; L9 b+ C4 A$ X4 s( V8 J* [ s# A# y 问题一、上传prosper202程序到根目录,打开任何页面都是空白的,无法安装。 ' p* }$ @! G( r$ m; U! \* Y1 ~- S& s3 t9 }% r
这个我在用其它程序时也遇到过,当时未找到解决办法,今天也是几经周折找到解决方案:' }/ C8 D3 a7 c8 ~% \2 T6 b: b" s
1. 修改php.ini配置:short_open_tag = On 1 e- B+ }; p' y2 j: x8 f2. 重启web
这个可能是由于prosper202程序做得比较早,我看了代码有很多地方都是使用<? ?>z作为代码标志,而新版本的PHP已经规范使用<?php ?>,开启short_open_tag就相当于兼容了<? ?>代码标志,这个就不深入研究了。- Z! m9 n& r; U$ S
% Z0 g8 Q5 G ~, i6 ^4 a问题二、安装好之后,登录后台,出现以下错误提示: 5 Q. o8 o# j6 D0 w" `3 j / Y' @7 n- G9 V0 U, MPHP Warning: date(): It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘UTC’ for ’8.0/no DST’ instead in ; [& \3 @% W9 l; B6 V- c- E/ n0 g 2 R; T. f) m; h5 g我只能看出是时区的问题,重新安装了N遍(选择其它时区)仍旧无法解决,最终解决是通过这个办法: / p: x1 p6 A% \