Search found 11 matches

by anndrew
Tue Dec 24, 2024 12:19 am
Forum: ZoneMinder 1.36.x
Topic: Defining FPS via zoneminder/camera menu
Replies: 3
Views: 419

Re: Defining FPS via zoneminder/camera menu

Thank you very much Andy, for your reply. My zoneminer version is 1.36.35. Here is a screenshot of my monitor page at zoneminder. There is one specific field for FPS analysis. Do you think this field should not been touched either? Does zoneminder always use the substream FPS when second source path ...
by anndrew
Mon Dec 23, 2024 5:07 am
Forum: ZoneMinder 1.36.x
Topic: Defining FPS via zoneminder/camera menu
Replies: 3
Views: 419

Defining FPS via zoneminder/camera menu

Hi all! Let me ask you a very basic question about how to properly set the FPS parameter (still a zoneminder learner). I have a few branches of IP Cameras, ones wired, others WIFI. Unfortunately some don't allow to customize the substream (eg. to reduce the resolution or FPS). But for those that do ...
by anndrew
Thu Dec 12, 2024 11:26 am
Forum: ZoneMinder 1.36.x
Topic: Sending emails via msmtp, plain text password concerns
Replies: 0
Views: 727

Sending emails via msmtp, plain text password concerns

Hi all! I managed to configure Zoneminder to send alert emails to my g maiI account, first enabling two steps authentication and getting an app password. But I had to include that password in plain text in the msmtprc file, located at /etc/. Should I be worried about this? When I test sending emails ...
by anndrew
Wed Dec 11, 2024 9:04 am
Forum: ZoneMinder 1.36.x
Topic: How to show local time (instead of UTC) in events-list?
Replies: 6
Views: 12719

Re: How to show local time (instead of UTC) in events-list?

Thank you, it worked for me too (currently using Zoneminder 1.36.35 under Debian 12-bookworm as well).
For those who - like me - might miss the final lines of the solution message, don't forget to restart apache2 for the change to take effect, for example like this:

Code: Select all

sudo systemctl restart apache2
by anndrew
Wed Nov 27, 2024 6:12 am
Forum: ZoneMinder 1.36.x
Topic: Can't De-select Restricted Monitors from users
Replies: 2
Views: 7889

Re: Can't De-select Restricted Monitors from users

Thank you wayneoutthere for this update. I am new to ZM and encountered the same issue. Those commands you suggested did the trick in my ZM version 1.36.
by anndrew
Wed Nov 27, 2024 4:27 am
Forum: ZoneMinder 1.36.x
Topic: Can't access web interface
Replies: 7
Views: 2981

Re: Can't access web interface

Thank you so much iconnor. Using your commands I finally got it!! Can't believe it! :) Here is what I encountered: I tried those two commands but initially got a 'conflict' message: $ sudo a2enmod php8.2 Considering dependency mpm_prefork for php8.2: Considering conflict mpm_event for mpm_prefork ...
by anndrew
Tue Nov 26, 2024 5:47 pm
Forum: ZoneMinder 1.36.x
Topic: Can't access web interface
Replies: 7
Views: 2981

Re: Can't access web interface

Update. I have read in this post https://stackoverflow.com/questions/5121495/php-code-is-not-being-executed-but-the-code-shows-in-the-browser-source-code that in order for apache to open php at web browsers apache's httpd.conf file should have the PHP MIME type in it. Some line similar to: AddType ...
by anndrew
Tue Nov 26, 2024 3:51 pm
Forum: ZoneMinder 1.36.x
Topic: Can't access web interface
Replies: 7
Views: 2981

Re: Can't access web interface

In case any of my searching or attemps could give someone any clue about my issue, I will be updating here any info/output I find that could help. (Sorry if I am making this thread too long with rubish but, being a newbie with ZoneMinder and networks in general, I am at a point that can't tell what ...
by anndrew
Tue Nov 26, 2024 3:36 pm
Forum: ZoneMinder 1.36.x
Topic: Can't access web interface
Replies: 7
Views: 2981

Re: Can't access web interface

Hi again, I found a similar issue here: https://forums.zoneminder.com/viewtopic.php?t=10394 Following answers there, I made a PHP file at /usr/share/zoneminder/www/testing.php containing just these three lines: <?PHP phpinfo(); ?> It is supposed to give php information. When I try to run it from the ...
by anndrew
Tue Nov 26, 2024 3:13 pm
Forum: ZoneMinder 1.36.x
Topic: Can't access web interface
Replies: 7
Views: 2981

Re: Can't access web interface

Thank you mikb for your reply. That gives me new clues to continue searching... :) In these two posts: https://stackoverflow.com/questions/3555681/why-are-my-php-files-showing-as-plain-text https://unix.stackexchange.com/questions/605914/zoneminder-shows-code-instead-of-its-control-panel they ...
by anndrew
Tue Nov 26, 2024 12:46 pm
Forum: ZoneMinder 1.36.x
Topic: Can't access web interface
Replies: 7
Views: 2981

Can't access web interface

Hi all! I'm trying to run ZoneMinder in my PC since I want to manage my IP camera through ZoneMinder. My operating system is Debian bookworm. I followed the instalation steps at https://wiki.zoneminder.com/Debian_12_Bookworm_with_Zoneminder_1.36.x_and_1.37.x , basically the suggested script in that ...