Hello,
just installed the first time zabbix and getting this error when trying to add a screen. The same goes when i try to add a host into a map.
This parameter (x=) will not hand over apparently - why?
SQL error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and y=0' at line 1
Query: delete from screens_items where screenid=1 and x= and y=0
SQL error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '0,17220,500,100,0,0,0)' at line 1
Query: insert into screens_items (resource,screenid,x,y,resourceid,width,height,col span,rowspan,elements) values (1,1,,0,17220,500,100,0,0,0)
Any ideas?
just installed the first time zabbix and getting this error when trying to add a screen. The same goes when i try to add a host into a map.
This parameter (x=) will not hand over apparently - why?
SQL error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and y=0' at line 1
Query: delete from screens_items where screenid=1 and x= and y=0
SQL error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '0,17220,500,100,0,0,0)' at line 1
Query: insert into screens_items (resource,screenid,x,y,resourceid,width,height,col span,rowspan,elements) values (1,1,,0,17220,500,100,0,0,0)
Any ideas?
be sure - I filled in the params, they were ignored.
Comment