i have updated from 1.1.3 to 1.1.4 and now i get the followig error
the interface files are up to date.
here is the code:
history.php 233
config.inc.php 1856
Code:
Warning: Missing argument 4 for show_history(), called in /var/www/zabbix/history.php on line 233 and defined in /var/www/zabbix/include/config.inc.php on line 1856
here is the code:
history.php 233
Code:
show_history($_REQUEST["itemid"],$_REQUEST["from"],$effectiveperiod);
Code:
function show_history($itemid,$from,$stime,$period)
Comment