PDA

View Full Version : SQL error: Table 'zabbix.conditions' doesn't exist


Valery Afanasyev
11-01-2006, 13:38
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

Alexei
11-01-2006, 13:57
Have you applied DB patches while upgrading to 1.1beta5?

Valery Afanasyev
11-01-2006, 14:40
No, I haven't.

Applied and All ok. Thank