I am getting this error in the server.log:
007094:20060216:133820 Query::select distinct h.ip from triggers t, functions f, items i, hosts h where t.triggerid=18091 and f.triggerid=t.triggerid and f.itemi
d=i.itemid and h.hostid=i.hostid and i.useip=1
007094:20060216:133820 Query failed:Unknown column 'i.useip' in 'where clause' [1054]
I checked all of the patches and the schema.sql and could not file there useip was added to the items table.
007094:20060216:133820 Query::select distinct h.ip from triggers t, functions f, items i, hosts h where t.triggerid=18091 and f.triggerid=t.triggerid and f.itemi
d=i.itemid and h.hostid=i.hostid and i.useip=1
007094:20060216:133820 Query failed:Unknown column 'i.useip' in 'where clause' [1054]
I checked all of the patches and the schema.sql and could not file there useip was added to the items table.