Search found 3 matches
- Mon Apr 17, 2023 5:13 pm
- Forum: ZoneMinder 1.36.x
- Topic: ZM using 'root' to write to MYSQL
- Replies: 1
- Views: 1243
Re: ZM using 'root' to write to MYSQL
in /etc/zm , add read rights to web server user (www-data i think ) for file zm.conf and /etc/zm/conf.d/* too
- Sun Apr 16, 2023 1:22 pm
- Forum: ZoneMinder 1.36.x
- Topic: Cannot get ZM 1.36 to work
- Replies: 25
- Views: 15891
Re: Cannot get ZM 1.36 to work
if I understood correctly, you have outputs php code instead of interpreting the code.
See mod-php apache
need to do something like this
sudo apt install libapache2-mod-php
sudo a2enmod php
sudo systemctl restart apache2
See mod-php apache
need to do something like this
sudo apt install libapache2-mod-php
sudo a2enmod php
sudo systemctl restart apache2
- Sun Apr 16, 2023 2:59 am
- Forum: ZoneMinder 1.36.x
- Topic: Memory Leak/Increase and Choppy events due to Maximum Image Buffer Size
- Replies: 86
- Views: 1832242
Re: Memory Leak/Increase and Choppy events due to Maximum Image Buffer Size
I have the same problem with memory leak in zmc. I noticed that not all cameras leak and tested how the settings differ and found that leaks occur only on cameras where audio stream recording is enabled! [/b]If I turn off audio recording, everything works without leaks in zmc At the same time, it ...