SQL-Error "unknown column" when clicking [video] in an event

Forum for questions and support relating to the 1.24.x releases only.
Locked
meon
Posts: 5
Joined: Wed Nov 30, 2011 8:56 am

SQL-Error "unknown column" when clicking [video] in an event

Post by meon »

Hello Zoneminder-Community!

I was just happy to have installed everything correctly from repo with an Ubuntu 10.04 Server,
and added a simple apexis Camera to the Wiki.

But when i tried to export an event to Video, the following errors occured at /var/log/apache2/error.log:

Code: Select all

[error] [client xx.xx.xx.xx] SQL-ERROR(9CE722): 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: xx.xx.xx.xx/zm/?view=event&eid=16&filter[terms][0][attr]=MonitorId&filter[terms][0][op]=%3D&filter[terms][0][val]=3&sort_field=StartTime&sort_asc=1&page=1
and

Code: Select all

[error] [client 192.168.0.12] SQL-ERROR(9CE722): Unknown column 'undefined' in 'where clause', referer: xx.xx.xx.xx/zm/?view=event&eid=16&filter[terms][0][attr]=MonitorId&filter[terms][0][op]=%3D&filter[terms][0][val]=3&sort_field=StartTime&sort_asc=1&page=1
In Case of being unexperienced with zoneminder please help me by giving a little help where or what for i have to start research. Sorry had to remove http from text...

Best regards!
mEon
  • Mini-ITX Fractal Nas Array
  • i7-3770K + 12GB DDR3
  • 6x Samsung HD204UI Raid5/Raid6
  • Ubuntu 14.04 Minimal Server
    * Archipel Orchestrator Virtualization Host
    * Xubuntu Desktop with Plank Dock
[/color]
PacoLM
Posts: 971
Joined: Wed Dec 02, 2009 9:55 pm
Location: Spain

Re: SQL-Error "unknown column" when clicking [video] in an e

Post by PacoLM »

First of all, try to delete and re-create the same monitor.

After more than 15 years, no longer using ZM as surveillance system.
Now in the dark side, using a commercial system...
meon
Posts: 5
Joined: Wed Nov 30, 2011 8:56 am

Re: SQL-Error "unknown column" when clicking [video] in an e

Post by meon »

Thanks, that worked....
  • Mini-ITX Fractal Nas Array
  • i7-3770K + 12GB DDR3
  • 6x Samsung HD204UI Raid5/Raid6
  • Ubuntu 14.04 Minimal Server
    * Archipel Orchestrator Virtualization Host
    * Xubuntu Desktop with Plank Dock
[/color]
Locked