I'm running Ubuntu 16.04 with the ppa:iconner/zoneminder-feature-h265-videostorage ZoneMinder installed. I have it "working" in the sense that I can access the web GUI, I can add a monitor, and I can view the feed from the monitor. However I'm getting a number of errors. In addition, I'm still creating jpgs for events, and I'm pretty sure video is not being created for events. I'm guessing there is some setting that I did not set, but I can't find anything.
The following are the errors I'm getting:
Code: Select all
SQL-ERR 'SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'as Id from Events as E inner join Monitors as M on E.MonitorId = M.Id where 'E.S' at line 1', statement was 'select E.* as Id from Events as E inner join Monitors as M on E.MonitorId = M.Id where 'E.StartTime' <= '2016-07-22 12:59:11' order by E.StartTime desc'
Code: Select all
TypeError: e[c] is undefined