I've been looking for an answer for a while, and several people have made simple errors on this, but mine just isn't working.
I have Zabbix 1.4.6 installed on CentOS 5.2 from the EPEL repos. Standard install. nothing fancy at all.
This is a test box to hopefully move into a more permanent home soon.
But I keep getting this error when setting up Zabbix (the only error I'm getting).
From the setup.php script:
PHP Timezone: n/a Fail
but it's reading the value for the max execution time correctly:
PHP max execution time: 300 sec Ok
I'm at a loss. Can someone please advise.
The only thing that's been done to this box was to disable SELinux. Could that have something to do with it?
I have Zabbix 1.4.6 installed on CentOS 5.2 from the EPEL repos. Standard install. nothing fancy at all.
This is a test box to hopefully move into a more permanent home soon.
Code:
[root@localhost zabbix]# cat /etc/php.ini | grep timezone ; Defines the default timezone used by the date functions date.timezone = "America/New_York"
From the setup.php script:
PHP Timezone: n/a Fail
but it's reading the value for the max execution time correctly:
PHP max execution time: 300 sec Ok
I'm at a loss. Can someone please advise.
The only thing that's been done to this box was to disable SELinux. Could that have something to do with it?
Comment