Search found 11 matches

by milonic
Sun Apr 30, 2023 4:14 pm
Forum: ZoneMinder 1.36.x
Topic: How can I enable debug for zmaudit.pl
Replies: 1
Views: 240

How can I enable debug for zmaudit.pl

Hi Guys, I have a problem where my system crashes every few hours and I'd like to get to the bottom of it. It could be memory related, or lack of it. First thing I want to do though is fix zmaudit.pl in that it never finished what it is trying to do, so it's constantly running. I have tried enabling...
by milonic
Sat Dec 17, 2022 12:47 pm
Forum: ZoneMinder 1.36.x
Topic: Corrupted Time Shifted Footage
Replies: 3
Views: 291

Re: Corrupted Time Shifted Footage

Thanks for the reply, it's most appreciated. I am a little confused by it though, not sure what "If your systems was a very bad way." means but I guess you are generally referring to a memory issue. So, what I have done is changed all cameras' Maximum Image Buffer Size to 50, as some were ...
by milonic
Fri Dec 16, 2022 10:13 am
Forum: ZoneMinder 1.36.x
Topic: Corrupted Time Shifted Footage
Replies: 3
Views: 291

Corrupted Time Shifted Footage

Hi Guys, Got an odd problem with ZM version 1.36.32 on Fedora 37. I'm not sure if this started after I added more cameras(2) or if it started after I upgraded the other day but I have a problem with footage that has been merged with footage from a different time of the day and I'm struggling to get ...
by milonic
Thu Aug 25, 2022 7:56 am
Forum: ZoneMinder 1.36.x
Topic: Can't edit zones, no points Javascript?
Replies: 7
Views: 1021

Re: Can't edit zones, no points Javascript?

smithjw1 wrote: Tue Aug 23, 2022 1:38 pm What OS do you have and what is the maint level of PHP 8.1? I am running Ubuntu 22.02.1 and PHP 8.1.2 which was last updated 7/21/2022 and I do not have this problem with the points.
It's probably because I have errors switched on and set quite high in PHP that I am seeing this and you are not.
by milonic
Tue Aug 23, 2022 11:19 am
Forum: ZoneMinder 1.36.x
Topic: Can't edit zones, no points Javascript?
Replies: 7
Views: 1021

Re: Can't edit zones, no points Javascript?

Magic919 wrote: Sun Aug 21, 2022 10:50 am Isaac loves all that deprecated stuff.
I bet he does, lol
by milonic
Sun Aug 21, 2022 10:46 am
Forum: ZoneMinder 1.36.x
Topic: Can't edit zones, no points Javascript?
Replies: 7
Views: 1021

Re: Can't edit zones, no points Javascript?

Here's a better solution: var streamSrc = "<?php echo preg_replace( '/&amp;/', '&', strval($streamSrc)) ?>"; but then, PHP will probably remove passing null to strval in the future, so, how about this instead. var streamSrc = "<?php echo preg_replace( '/&amp;/', '&', $...
by milonic
Sun Aug 21, 2022 10:12 am
Forum: ZoneMinder 1.36.x
Topic: Can't edit zones, no points Javascript?
Replies: 7
Views: 1021

Re: Can't edit zones, no points Javascript?

I found the problem. It's yet more PHP 8 depreciated fun. On line 107 in /usr/share/zoneminder/www/skins/classic/views/js/zone.js.php there's this: var streamSrc = "<?php echo preg_replace( '/&amp;/', '&', $streamSrc ) ?>"; but PHP 8.1 now returns this error: Deprecated: preg_repla...
by milonic
Sat Aug 20, 2022 9:35 am
Forum: ZoneMinder 1.36.x
Topic: Can't edit zones, no points Javascript?
Replies: 7
Views: 1021

Can't edit zones, no points Javascript?

Hi All, I'm having trouble editing zones in 1.36.24 The page loads up and when I try to edit, it shows the cam and zone but the points are not there. Here's a copy of browser console Uncaught SyntaxError: "" string literal contains an unescaped line break zm:820:23 Uncaught ReferenceError:...
by milonic
Wed Oct 06, 2021 2:11 pm
Forum: ZoneMinder 1.36.x
Topic: Camera Error ( End Of File )
Replies: 4
Views: 1204

Re: Camera Error ( End Of File )

Hi,

Have you tried streaming the 2 cameras at 1080 to see if that helps fix the issue?
by milonic
Mon Sep 27, 2021 10:39 am
Forum: ZoneMinder 1.36.x
Topic: Error writing trailer Error number # occurred
Replies: 5
Views: 4296

Re: Error writing trailer Error number # occurred

All cameras are doing Passthrough I have set debugging to on and have a snapshot but there's a lot of chatter. How's the best way of getting this data over to you? Does the following help? 09/27/21 11:32:16.905785 zmc_m10[171244].DB1-zm_packetqueue.cpp/336 [Deleting a packet with stream index:0 imag...
by milonic
Sat Sep 18, 2021 11:05 am
Forum: ZoneMinder 1.36.x
Topic: Error writing trailer Error number # occurred
Replies: 5
Views: 4296

Error writing trailer Error number # occurred

Hi All, Been using Zoneminder for a few years but unfortunately I now have some issues. First post here as generally Zoneminder has been pretty well behaved, this was until I upgraded the Fedora 33 box to 34 and I've had no end of issues since then. Issue I'd like to fix is I get a "Error writi...