在论坛学习有一段时间了,今天下午整理了一下思路,开始动手操作,先弄了个域名安装prosper202,折腾了一个晚上。过程中遇到两个问题,最终总算解决了,记录一下,希望对同样问题的坛友有所帮助:3 k& B' D, @' {
. `. ]: t9 _% p+ P4 |我用的是linode的VPS,centos系统,安装的国产wdcp面板(自带PHP+APACH+NIGINX+MYSQL环境),所有都是按照默认设置。 i% p) U- f y! p$ a! q
. i( z7 K' y: g$ A$ ] 问题一、上传prosper202程序到根目录,打开任何页面都是空白的,无法安装。 # Z; m# Q' q0 [( Y1 d * W' _3 f) V# S) g I* L! n5 y这个我在用其它程序时也遇到过,当时未找到解决办法,今天也是几经周折找到解决方案:" O8 b9 V2 ]; e2 S$ T7 a. l: t
1. 修改php.ini配置:short_open_tag = On ; O6 Z9 f, R; e4 f' b5 {8 V7 W6 e2. 重启web
这个可能是由于prosper202程序做得比较早,我看了代码有很多地方都是使用<? ?>z作为代码标志,而新版本的PHP已经规范使用<?php ?>,开启short_open_tag就相当于兼容了<? ?>代码标志,这个就不深入研究了。 & b7 _ i1 l$ O' u( a* g$ ]7 a3 N+ R1 y- G9 q; F6 u 问题二、安装好之后,登录后台,出现以下错误提示: 4 f' t, v# A" c' Y & H5 p0 Z( I1 CPHP 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 j& F- S$ U4 V' z1 t
1 V* O, g0 p# o$ ], I9 y我只能看出是时区的问题,重新安装了N遍(选择其它时区)仍旧无法解决,最终解决是通过这个办法: 1 J! U. j# g, j T0 ^9 G