Let me start with I'm both new to Zabbix and have stayed away from forums for the past decade. So, be gentle.
I'm working with Zabbix in our test environment. I've updated from 3.2.x to 5.0.x. The update went smoothly from all I can tell. I had some errors in the database that I had to change the consolation of (I can link that article I followed if needed). The errors from that have gone away. But, I cannot shake this one error under Reports--System Information.
I've scoured the server, CentOS 7.8, for any reference. I've found what I believe to be the correct file in /etc/php.ini. I found the setting I believe to be it as:
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = America/New_York
I changed the bottom line from ;date.timezone = to what you see above. I've restarted everything including the server. The error will not go away. I've searched through these forums and found several references, but none have helped. They have either pointed to a file that doesn't exist or it's something I've found already and tried. I'm spinning my wheels pretty hard here. I know it's something simple, but I cannot for the life of me figure it out. Any suggestions?
I'm working with Zabbix in our test environment. I've updated from 3.2.x to 5.0.x. The update went smoothly from all I can tell. I had some errors in the database that I had to change the consolation of (I can link that article I followed if needed). The errors from that have gone away. But, I cannot shake this one error under Reports--System Information.
| PHP option "date.timezone" | unknown | Time zone for PHP is not set (configuration parameter "date.timezone"). |
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = America/New_York
I changed the bottom line from ;date.timezone = to what you see above. I've restarted everything including the server. The error will not go away. I've searched through these forums and found several references, but none have helped. They have either pointed to a file that doesn't exist or it's something I've found already and tried. I'm spinning my wheels pretty hard here. I know it's something simple, but I cannot for the life of me figure it out. Any suggestions?
Comment