PDA

View Full Version : db.inc.php line 98 warning


dm0nkz
24-02-2005, 15:55
I installed zabbix, it is up when i check the status in the web frontend i see the
Status for zabbix_suckerd and zabbix_trapperd is YES. I added a host, but when
i click the "ITEMS" link i get a warning...

"Warning: Supplied argument is not a valid MySQL result resource in /var/www/zabbix/include/db.inc.php on line 98"

and i dont see the table showing the
Id,Key,Description,Update interval,History,Shortname,Type,Status,Actions just the

"activate selected, disable selected & delete selected" button.

The line 98 of db.inc.php is

96 if($DB_TYPE == "MYSQL")
97 {
98 $row=mysql_fetch_array($result);
99 return $row;
100 }


Any ideas on how to resolve this... im running out of options..
btw im using zabbix-1.0
thanks!

Ivanhoe
17-03-2005, 13:21
This is my problem too. I use debian woody, and mysql 3.23 and php4.1.2 and apache 1.3.26. and zabbix 1.0. Anybody can help us?