當php遇到這種錯誤,請更改php.ini文件
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.
根據提示,是php.ini中關于時區的設置問題。
查找一下:date.timezone = ?
如果是 ;date.timezone = ?
去掉前面的;號。=號后面的值可以設置為:PRC、Asia/Chongqing、Asia/Shanghai或Asia/Urumqi等試試。
如果是港臺地區可以設置為:Asia/Macao 、Asia/Hong_Kong 或Asia/Taipei 等試試。
格式如:
date.timezone搜索 = PRC
新聞熱點
疑難解答