zoukankan      html  css  js  c++  java
  • PHP Warning: date(): It is not safe to rely on the system's timezone settings.

    OSSEC安装结束后运行,运行以下命令却抛错

    cat /opt/ossec/logs/alerts/alerts.log

    具体抛错内容:

    ** Alert 1468897672.2164786: mail  - syslog,errors,
    2016 Jul 19 11:07:52 localhost->/var/log/httpd/error_log
    Rule: 1002 (level 2) -> 'Unknown problem somewhere in the system.'
    [Tue Jul 19 11:07:50.911154 2016] [:error] [pid 7373] [client 192.168.129.1:54054] PHP 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 /var/www/html/analogi/detail.php on line 547, referer: http://192.168.129.128/analogi/

    It is not safe to rely on the system解决方法,其实就是时区设置不正确造成的,
    解决方法就是在/etc/php.ini里加上找到date.timezone项,

    设置date.timezone = "Asia/Shanghai",重启环境就ok了。

  • 相关阅读:
    任务框架--Quartz 配置文件
    地址和值
    线性基学习笔记
    S07
    如何在实际项目中使用PageHelper分页插件
    设计模式:原型模式
    常用JS代码片段
    Thomson Plaza里面的三家店以及水果大会
    13.搜索过滤
    07-多线程
  • 原文地址:https://www.cnblogs.com/tdcqma/p/5684853.html
Copyright © 2011-2022 走看看