I working a long time with the 1.31.1 version without any issue. Today I do the update to 1.31.12 based on the repository of iconnor.
I started with an new DB (mysql) and create again my monitors. After doing that with the first i get the follow SQL error
Code: Select all
SQL-ERR dbFetchOne no result, statement was 'select count(if(1 and ( E.MonitorId = '2' ),1,NULL)) as EventCount0, count(if(1 and ( and E.MonitorId = '2' ),1,NULL)) as EventCount1, count(if(1 and ( and E.MonitorId = '2' ),1,NULL)) as EventCount2, count(if(1 and ( and E.MonitorId = '2' ),1,NULL)) as EventCount3, count(if(1 and ( and E.MonitorId = '2' ),1,NULL)) as EventCount4, count(if(1 and ( and E.MonitorId = '2' ),1,NULL)) as EventCount5 from Events as E where MonitorId = ?'params: 2
By the way I checked the mysql mode setting to "sql_mode = NO_ENGINE_SUBSTITUTION"
Thanks