安装报错!!!

安装报错!!!

By 旋转蜗牛 at 2017-02-10
0人收藏 • 2038人看过


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 the timezone 'UTC' for now, but please set date.timezone to select your timezone. in \install\index.php on line 50

9 个回复 | 最后更新于 2017-02-12
lincanbin
2017-02-10
#1

在install/index.php第二行添加:

date_default_timezone_set('Asia/Shanghai');


旋转蜗牛
2017-02-10
#2

添加了,想知道这个不添加会影响什么!


lincanbin
2017-02-10
#3

回复#2 @旋转蜗牛 :

没影响,只是你的PHP环境没有指定默认时区,没设置这个的话,调用date函数出来的日期可能与你当前时区不符合,所以报错了。

旋转蜗牛
2017-02-10
#4

我直接改的PHP.INI 可以吗


lincanbin
2017-02-10
#5

回复#4 @旋转蜗牛 :

没事,直接改install/index.php就好了,没区别,毕竟安装文件是一次性的。

旋转蜗牛
2017-02-10
#6

谢谢

mr_zhang
2017-02-12
#7

学习了

mr_zhang
2017-02-12
#8

学习了

mr_zhang
2017-02-12
#9

学习了


登 录


现在注册

QQ  登 录    Weibo  登 录    GitHub  登 录