[solved] ZM 1.36.22 on Debian 10.13 | no Stats, no Zones configureable

Discussions related to the 1.36.x series of ZoneMinder
Post Reply
itoss
Posts: 27
Joined: Wed Oct 17, 2018 12:00 pm

[solved] ZM 1.36.22 on Debian 10.13 | no Stats, no Zones configureable

Post by itoss »

Hello, i installed zoneminder on my Debian 10.13 Server. To get the latest version is installed Zoneminder from ZMRepo : => https://speefak.spdns.de/oss_lifestyle/ ... stallation

Installation works with no Problems ( 1.36.33-buster2 - 1.36.33-buster1 => dependency issus ) but i got some major problems in ZM1.36.33 and -

- ZM1.36.32. I cant setup zones for the Cameras
- the console screen does not show any info, all columns were listed with "null" instead of counts or other info in console overview.

Zoneminder is unusable with this issues, cause i cant configure the detection zones. Recording works. When i open the camera the rmanually started records are listed down below. but not in the console overview ?!

I changed the CSS and skins to avoid any issus from the frontend - no change - the issue seems to be an internal zoneminder problem :/

What can i do ? Downgrade to ZM from buster repos ( 1.31? ) ?
Attachments
A_Bildschirmfoto von 2023-05-20 09-53-19.png
A_Bildschirmfoto von 2023-05-20 09-53-19.png (66.22 KiB) Viewed 219 times
Last edited by itoss on Sun May 21, 2023 10:49 am, edited 1 time in total.
itoss
Posts: 27
Joined: Wed Oct 17, 2018 12:00 pm

Re: Zm 1.36.22 on Debian 10.13 | no Stats, no Zones configureable

Post by itoss »

I tried various solutions and i think i solve the problem :

I Installed zm 1.36.32 ( some issues should happen with D10.13 and zm 1.36.33 were listed in the inet ). After i got the above descripted issues i upgrade to zm 1.36.33 - no changes same issues ( no zone, no stats )

After that i replace the zm database with the default one ( it seems the the upgrade from 1.36.32 to 1.36.33 correct the issues with the 1.36.32 DB ) => https://speefak.spdns.de/oss_lifestyle/ ... und-Tricks

short summary :

Code: Select all

apt install zoneminder=1.36.32-buster1
mysql -uroot zm -e "DROP DATABASE zm"
mysql -uroot -p < /usr/share/zoneminder/db/zm_create.sql
i not sure if i imported the zm DB like this :

Code: Select all

mysql -uroot -p < /usr/share/zoneminder/db/zm_create.sql
or like this

Code: Select all

mysql -u zm -p<password> zm < /usr/share/zoneminder/db/zm_create.sql
I think zm needs the root import ( first code exemaple ) but if it does not work try the second one ( zm user import )
itoss
Posts: 27
Joined: Wed Oct 17, 2018 12:00 pm

Re: [solved] ZM 1.36.22 on Debian 10.13 | no Stats, no Zones configureable

Post by itoss »

1.36.33 issue found => monitor arrangement/order/sequence in the console is not configurable. Monitors cant Moved from pos. 3 to 1 etc.
Post Reply