在论坛学习有一段时间了,今天下午整理了一下思路,开始动手操作,先弄了个域名安装prosper202,折腾了一个晚上。过程中遇到两个问题,最终总算解决了,记录一下,希望对同样问题的坛友有所帮助: 7 _* \' H$ `7 c# f( `% g4 [' A+ C! Q
我用的是linode的VPS,centos系统,安装的国产wdcp面板(自带PHP+APACH+NIGINX+MYSQL环境),所有都是按照默认设置。 7 H7 R8 s0 O) `1 V7 k3 ^3 K3 b+ z; [9 y 问题一、上传prosper202程序到根目录,打开任何页面都是空白的,无法安装。" T% Y; D4 u# f/ X/ J
: i \6 r1 {3 d5 _+ b
这个我在用其它程序时也遇到过,当时未找到解决办法,今天也是几经周折找到解决方案: 2 g I7 ?/ T0 e* m. R
1. 修改php.ini配置:short_open_tag = On9 V3 l. k+ w" M+ m: [& p
2. 重启web
这个可能是由于prosper202程序做得比较早,我看了代码有很多地方都是使用<? ?>z作为代码标志,而新版本的PHP已经规范使用<?php ?>,开启short_open_tag就相当于兼容了<? ?>代码标志,这个就不深入研究了。! q& n8 i3 x5 C
2 E& u2 b, e p( f( e问题二、安装好之后,登录后台,出现以下错误提示: ; v& H+ t2 j5 {3 L2 e# ? Q$ b, ]4 Y. B/ q
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 4 C, \0 `% P% O% _$ [0 T! |3 G, B. g* A! i$ f# y
我只能看出是时区的问题,重新安装了N遍(选择其它时区)仍旧无法解决,最终解决是通过这个办法: $ r9 L: y( {* V) A8 g