Ad Widget

Collapse

Unknown column 'CONDITION_TYPE_TRIGGER'

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ekenberg
    Junior Member
    • Mar 2006
    • 21

    #1

    Unknown column 'CONDITION_TYPE_TRIGGER'

    Zabbix 1.1beta7:

    When deleting a host or an individual trigger, I get error messages like this:

    Code:
    Error in query [select distinct c.actionid from conditions c, 
     triggers t where c.conditiontype=CONDITION_TYPE_TRIGGER and
     c.value=t.triggerid] 
     [Unknown column 'CONDITION_TYPE_TRIGGER' in 'where clause']
     Warning: mysql_fetch_array(): supplied argument is not a valid MySQL
     result resource in /home/zabbix/www/include/db.inc.php on line 111
    for the host I also get:
    Code:
    No trigger with triggerid=[12952]
    No trigger with triggerid=[12953]
    ... etc
    everything seems to be deleted allright though.
    Last edited by ekenberg; 22-03-2006, 09:39. Reason: Added BUG: to title
Working...