Hi. Fresh installation of ZM 1.36.33 on Ubuntu server 22.04. The agregate size of events in the console view shows as null.
Any ideas?
If I click on the blue zero at the bottom it takes to the events list, complete wit size and thumbnails.
Thank you
No events size
-
- Posts: 26
- Joined: Sun Oct 24, 2021 8:21 pm
- Location: Rawson, Patagonia
Re: No events size
Likely the db was created without the automated triggers, so the summary tables aren't being populated.
mysql -u zmuser -p zm < /usr/share/zoneminder/db/triggers.sql
mysql -u zmuser -p zm < /usr/share/zoneminder/db/triggers.sql
-
- Posts: 26
- Joined: Sun Oct 24, 2021 8:21 pm
- Location: Rawson, Patagonia
Re: No events size
Sorry. Couldn't answer earlier. Run the script, no errors, restarted mysql and zm, no changes.
Re: No events size
I'm stumped. Check logs.
-
- Posts: 26
- Joined: Sun Oct 24, 2021 8:21 pm
- Location: Rawson, Patagonia
Re: No events size
So do I. Nothing in the logs, or at least nothing I can understand. Besides, now I can´t add, delete or clone monitors. Buttons are greyed, and on mouseover a message says 'AddMonitorDisabled' when logged as admin. I created a new user with all privileges, and the message is 'Your user is not allowed to add monitors' . Very strange. It is 1.36.25 running over Ubuntu server 20.04. Iĺl keep investigating. Thank you very much.
-
- Posts: 26
- Joined: Sun Oct 24, 2021 8:21 pm
- Location: Rawson, Patagonia
Re: No events size (almos solved)
Good morning. Checked database. Some monitors had no entries in the Event_Summaries table. I added them manually, just the monitor id and zeros in the rest of the fields, and now I have 0 instead of null in the console view.
-
- Posts: 26
- Joined: Sun Oct 24, 2021 8:21 pm
- Location: Rawson, Patagonia
Re: No events size
Good morning. I did, and also compared with another site, and they are the same.