Page 1 of 1

Console Screen Doesn't Update

Posted: Mon Jan 15, 2018 12:03 am
by geraldbrandt
Zoneminder 1.31.20
Ubuntu 16.04
FFMpeg 3

My system appears to be working fine... I get motion captures and can view the resulting video. However, when something is recorded, the console screen isn't updated with that data. The Hour column remains 0. I can click on the hour link, and will see the multiple motion captures their.

I do not have any storage areas defines yet, I'm still using the default storage.

This system was upgraded from 1.30.4 to 1.31.1 to 1.31.20

Is this a known issue? Is there some testing I can do to help resolve this?

Gerald

Re: Console Screen Doesn't Update

Posted: Mon Jan 15, 2018 4:21 pm
by bbunge
Confirmed same issue on a fresh install. Ubuntu 16.04-3 ZM 1.31.20

Edit: Actually I can see no events.

Re: Console Screen Doesn't Update

Posted: Tue Jan 16, 2018 9:18 pm
by iconnor
We are up to .22 now. Should fix this problem.

Re: Console Screen Doesn't Update

Posted: Wed Jan 17, 2018 2:22 pm
by bbunge
1.31.23 Storageareas

no events recorded or shown

error from log

Can't insert event: Unknown column 'Scheme' in 'field list'. sql was (INSERT INTO Events ( MonitorId, StorageId, Name, StartTime, Width, Height, Cause, Notes, StateId, Orientation, Videoed, DefaultVideo, SaveJPEGs, Scheme ) values ( 1, 0, 'New Event', from_unixtime( 1516198812 ), 320, 240, 'Motion', 'Motion: All', 1, 1, 0, '', 3, '' ))

Re: Console Screen Doesn't Update

Posted: Wed Jan 17, 2018 2:33 pm
by iconnor
you will need to re-apply the .17 update.

mysql -u zmuser -p zm < /usr/share/zoneminder/db/zm_update-1.31.17.sql

Re: Console Screen Doesn't Update

Posted: Wed Jan 17, 2018 4:12 pm
by bbunge
iconnor wrote: Wed Jan 17, 2018 2:33 pm you will need to re-apply the .17 update.

mysql -u zmuser -p zm < /usr/share/zoneminder/db/zm_update-1.31.17.sql
OK, am seeing events now.

Corrected string: mysql -u zmuser -p zmpass < /usr/share/zoneminder/db/zm_update-1.31.17.sql

Re: Console Screen Doesn't Update

Posted: Wed Jan 17, 2018 6:05 pm
by geraldbrandt
Just upgraded to .23 and it works. Thanks!