Hello!
beta5
I try to add action and get error:
SQL error: Table 'zabbix.conditions' doesn't exist
Query: insert into conditions (actionid,conditiontype,operator,value) values (4,1,0,'10026')
Error in query [select * from actions where actiontype=0 order by actiontype, source] [Unknown column 'actiontype' in 'where clause']
Also I see a message on top:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /usr/local/www/data-dist/zabbix/include/db.inc.php on line 109
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /usr/local/www/data-dist/zabbix/include/db.inc.php on line 148
---
With regards, VGA
beta5
I try to add action and get error:
SQL error: Table 'zabbix.conditions' doesn't exist
Query: insert into conditions (actionid,conditiontype,operator,value) values (4,1,0,'10026')
Error in query [select * from actions where actiontype=0 order by actiontype, source] [Unknown column 'actiontype' in 'where clause']
Also I see a message on top:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /usr/local/www/data-dist/zabbix/include/db.inc.php on line 109
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /usr/local/www/data-dist/zabbix/include/db.inc.php on line 148
---
With regards, VGA
Comment