2015/11/12 04:31:59 [error] [php] date(): It is not safe to rely on the system's timezone settings. You are *required* to use the da
te.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting thi
s warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone
to select your timezone. (/home/spider/.jumbo/srv/http/WebRoot/TransCode/protected/views/layouts/main.php:51)
在php.ini里找到date.timezone这行,把值改成PRC,如date.timezone = PRC。如果没有这一行直接加上就好。最后重启WEB服务器与PHP即可。