在论坛学习有一段时间了,今天下午整理了一下思路,开始动手操作,先弄了个域名安装prosper202,折腾了一个晚上。过程中遇到两个问题,最终总算解决了,记录一下,希望对同样问题的坛友有所帮助: ) M. g/ g4 i5 V p, r) \3 a a' n1 y
我用的是linode的VPS,centos系统,安装的国产wdcp面板(自带PHP+APACH+NIGINX+MYSQL环境),所有都是按照默认设置。 $ x! [) F" t5 N, t, T$ z/ S 0 n" Y" Y6 l8 W问题一、上传prosper202程序到根目录,打开任何页面都是空白的,无法安装。4 a% n: J% q7 Q, _! I1 c+ |# P
1. 修改php.ini配置:short_open_tag = On 7 t6 o1 J2 D6 m8 u2 q: N2. 重启web
这个可能是由于prosper202程序做得比较早,我看了代码有很多地方都是使用<? ?>z作为代码标志,而新版本的PHP已经规范使用<?php ?>,开启short_open_tag就相当于兼容了<? ?>代码标志,这个就不深入研究了。. k" o4 p3 I% x& l
; A# Z# z6 X# } 问题二、安装好之后,登录后台,出现以下错误提示:$ \' y" A7 I6 Q7 n/ e: b
3 W7 `- P. p* f+ }9 r1 ^1 f7 n4 W( ?
PHP 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 6 U8 i' f' M9 J) ?2 t+ A: j ; y; R4 Z7 v* m我只能看出是时区的问题,重新安装了N遍(选择其它时区)仍旧无法解决,最终解决是通过这个办法:4 E) E, T4 X" T$ Z. p