Clicking on "Video" in an event window does this..

Forum for questions and support relating to the 1.24.x releases only.
Locked
bitviper
Posts: 10
Joined: Mon Aug 27, 2007 10:41 pm

Clicking on "Video" in an event window does this..

Post by bitviper »

I get a popup that states "An error has occurred and this operation cannot continue. For full details check your web logs for the code '75EB66'"

I look in the log and see this:

Code: Select all

[Thu Nov 18 10:41:10 2010] [error] [client 192.168.2.10] SQL-ERROR(75EB66): select E.*,M.Name as MonitorName,M.Width,M.Height,M.DefaultRate,M.DefaultScale from Events as E inner join Monitors as M on E.MonitorId = M.Id where E.Id = undefined, referer: http://192.168.2.10/zm/index.php?view=event&eid=449&sort_field=StartTime&sort_asc=1&page=1

[Thu Nov 18 10:41:10 2010] [error] [client 192.168.2.10] SQL-ERROR(75EB66): Unknown column 'undefined' in 'where clause', referer: http://192.168.2.10/zm/index.php?view=event&eid=449&sort_field=StartTime&sort_asc=1&page=1

[Thu Nov 18 10:41:10 2010] [error] [client 192.168.2.10] File does not exist: /var/www/favicon.ico
Does this mean anything to anyone?

Installed on Ubuntu 10.04 server LTS from Ubuntu repo (no compiling)
bitviper
Posts: 10
Joined: Mon Aug 27, 2007 10:41 pm

Post by bitviper »

Woops. Found http://www.zoneminder.com/forums/viewtopic.php?t=14355 where the problem was found. It appears to be related to the use of Google Chrome. When I use IE8, it works fine.
Locked