When I open a screen or a graph I have some errors.
Example of errors for a screen:
mktime() expects parameter 6 to be long, string given[/var/www/html/zabbix/include/graphs.inc.php:1022]
mktime() expects parameter 6 to be long, string given[/var/www/html/zabbix/include/screens.inc.php:1039]
mktime() expects parameter 6 to be long, string given[/var/www/html/zabbix/include/screens.inc.php:1039]
mktime() expects parameter 6 to be long, string given[/var/www/html/zabbix/screens.php:241]
And for a graph :
mktime() expects parameter 6 to be long, string given[/var/www/html/zabbix/include/graphs.inc.php:1022]
mktime() expects parameter 6 to be long, string given[/var/www/html/zabbix/charts.php:288]
What could be the problem?
Thanks
Patrick
Example of errors for a screen:
mktime() expects parameter 6 to be long, string given[/var/www/html/zabbix/include/graphs.inc.php:1022]
mktime() expects parameter 6 to be long, string given[/var/www/html/zabbix/include/screens.inc.php:1039]
mktime() expects parameter 6 to be long, string given[/var/www/html/zabbix/include/screens.inc.php:1039]
mktime() expects parameter 6 to be long, string given[/var/www/html/zabbix/screens.php:241]
And for a graph :
mktime() expects parameter 6 to be long, string given[/var/www/html/zabbix/include/graphs.inc.php:1022]
mktime() expects parameter 6 to be long, string given[/var/www/html/zabbix/charts.php:288]
What could be the problem?
Thanks
Patrick
Comment