PDA

View Full Version : Error Removing Hosts


gavinmead
17-11-2004, 19:55
Whenever I try to remove a host, this is the error I get:


Fatal error: Unsupported operand types in /usr/local/www/data-dist/zabbix/hosts.php on line 77

Alexei
17-11-2004, 22:51
Thanks for reporting this! There is a typo in hosts.php:

replace
$host-get_host_by_hostid($_GET["hostid"]); by $host=get_host_by_hostid($_GET["hostid"]);

gavinmead
17-11-2004, 23:19
Problem solved, thank you!