The following error is displayed when trying to save a clone trigger that was original a trigger in a template.
Looks like the "triggerid" is not showing up in the SQL statement. See Below.
Error in query [SELECT DISTINCT t.description,h.host,t.expression,t.triggerid FROM triggers t LEFT JOIN functions f on t.triggerid=f.triggerid LEFT JOIN items i on f.itemid=i.itemid LEFT JOIN hosts h on i.hostid=h.hostid WHERE t.triggerid=] [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 '' at line 1]
Looks like the "triggerid" is not showing up in the SQL statement. See Below.
Error in query [SELECT DISTINCT t.description,h.host,t.expression,t.triggerid FROM triggers t LEFT JOIN functions f on t.triggerid=f.triggerid LEFT JOIN items i on f.itemid=i.itemid LEFT JOIN hosts h on i.hostid=h.hostid WHERE t.triggerid=] [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 '' at line 1]
Comment