Similar to the Deprecated Warning, you may see the following warning in your logs

PHP Warning:  strtotime(): 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 'Europe/Berlin' for 'CET/1.0/no DST' instead in
/usr/share/cacti/include/global_constants.php on line 156

In this case, simply follow the directions. Set your timezone in /etc/php.ini

; Defines the default timezone used by the date functions
; http://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone
date.timezone =America/Regina

相关文章:

  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2022-12-23
  • 2022-12-23
  • 2021-04-30
  • 2021-04-04
猜你喜欢
  • 2022-12-23
  • 2021-09-08
  • 2021-06-05
  • 2021-10-05
  • 2021-05-15
  • 2021-07-01
  • 2021-07-19
相关资源
相似解决方案