When trying to insert a new item in a graph, I get the following error message:
SQL error: Unknown column 'calc_fnc' in 'field list'
Query: insert into graphs_items (graphid,itemid,color,drawtype,sortorder,yaxisside ,calc_fnc,type,periods_cnt) values (6,17421,'Yellow',0,0,1,2,0,5)
I understand SQL syntax: structure of table graphs_items may be wrong. Is it possible that I have a mismatch between DB version and front-end (PHP) version ?
Note: I'm using an OpenESM preconfigured Zabbix platform in a VMWare appliance.
SQL error: Unknown column 'calc_fnc' in 'field list'
Query: insert into graphs_items (graphid,itemid,color,drawtype,sortorder,yaxisside ,calc_fnc,type,periods_cnt) values (6,17421,'Yellow',0,0,1,2,0,5)
I understand SQL syntax: structure of table graphs_items may be wrong. Is it possible that I have a mismatch between DB version and front-end (PHP) version ?
Note: I'm using an OpenESM preconfigured Zabbix platform in a VMWare appliance.
Comment