CI中使用base_url()函数时报如下错误:
A PHP Error was encountered
Severity: Warning
Message: main(): It is not safeto rely on the system's timezone settings. You are *required* to usethe date.timezone setting or the date_default_timezone_set() function.In case you used any of those methods and you are still getting thiswarning, you most likely misspelled the timezone identifier. We selected'UTC' for '8.0/no DST' instead
Filename: views/welcome_message.php
Line Number: 12
在config.php中设置了时区为:
date_default_timezone_set("PRC");
它就不报错了,但是就不显示内容了,但是它是有错误的:
![](http://bbs.php100.com/attachment/Mon_1206/50_216800_35606187bce9825.png?31)
各位大大,知道什么原因吗?
|