Hi,
I am running Zabbix 1.4.2 with postgresql as the backend. In the zabbix web interface, I get the following errors at the bottom of the page.
date() expects parameter 2 to be long, string given[/opt/zabbix/frontends/php/include/config.inc.php:410]
I have set the "date.timezone" field in the php.ini file set to "America/Los_Angeles".
i.e.
date.timezone=America/Los_Angeles (No double quotes around the string)
Is there any other configuration required to avoid this error? Thanks a lot for your help.
Regards,
Nandu
I am running Zabbix 1.4.2 with postgresql as the backend. In the zabbix web interface, I get the following errors at the bottom of the page.
date() expects parameter 2 to be long, string given[/opt/zabbix/frontends/php/include/config.inc.php:410]
I have set the "date.timezone" field in the php.ini file set to "America/Los_Angeles".
i.e.
date.timezone=America/Los_Angeles (No double quotes around the string)
Is there any other configuration required to avoid this error? Thanks a lot for your help.
Regards,
Nandu
Comment