Search found 7 matches

by agony
Thu Jan 13, 2022 12:42 pm
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] [BUG?] some HTTP Error 500 after update from 1.36.11 -> 1.36.12
Replies: 5
Views: 5112

Re: [SOLVED] some HTTP Error 500 after update from 1.36.11 -> 1.36.12

Well, it seems that this Debug Call

Code: Select all

if (!$GLOBALS['csrf']['key']) {
                    [b]Debug[/b]("Checking key: no key set"  );
                    return false;
is the only one not commented in csrf-magic.php.

maybe it's an error?
by agony
Thu Jan 13, 2022 12:13 pm
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] [BUG?] some HTTP Error 500 after update from 1.36.11 -> 1.36.12
Replies: 5
Views: 5112

Re: some HTTP Error 500 after update from 1.36.11 -> 1.36.12

ok, got it! [13-Jan-2022 12:57:30 Europe/Rome] PHP Fatal error: Uncaught Error: Call to undefined function Debug() in /usr/share/zoneminder/www/includes/csrf/csrf-magic.php:351 Stack trace: #0 /usr/share/zoneminder/www/includes/csrf/csrf-magic.php(312): csrf_check_token('key:775a7a9b85e...') #1 /usr...
by agony
Thu Jan 13, 2022 11:52 am
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] [BUG?] some HTTP Error 500 after update from 1.36.11 -> 1.36.12
Replies: 5
Views: 5112

Re: some HTTP Error 500 after update from 1.36.11 -> 1.36.12

I've got "only" this in ssl_access.log ... [13/Jan/2022:12:37:10 +0100] "GET /zm/index.php?request=modal&modal=logout HTTP/1.1" 200 1663 [13/Jan/2022:12:37:12 +0100] "POST /zm/?view=logout HTTP/1.1" 500 - ... [13/Jan/2022:12:37:51 +0100] "GET /zm/index.php?requ...
by agony
Thu Jan 13, 2022 10:37 am
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] [BUG?] some HTTP Error 500 after update from 1.36.11 -> 1.36.12
Replies: 5
Views: 5112

[SOLVED] [BUG?] some HTTP Error 500 after update from 1.36.11 -> 1.36.12

Hi, after updating from version 1.36.11 to 1.36.12 i get HTTP Error 500 in, as far as i can tell, "Zoneminder - Please donate popup" when i click "Apply" and the Logout one when i click on "logout". If I dismiss/cancel i get no error on both. All the other pages seem to...
by agony
Mon Dec 20, 2021 8:26 am
Forum: ZoneMinder 1.36.x
Topic: Axis 215 PTZ - problem controlling camera (Axis API v2)
Replies: 6
Views: 4383

Re: Axis 215 PTZ - problem controlling camera (Axis API v2)

owensr wrote: Tue Dec 14, 2021 5:56 pm But is this the best/most efficient?
Also bit odd old config has stopped working on this new release?
I use:

Source Type: Ffmpeg
Source Path: rtsp://user:password@IP/mpeg4/media.amp
Method: TCP
by agony
Mon Dec 20, 2021 8:23 am
Forum: ZoneMinder 1.36.x
Topic: Axis 215 PTZ - problem controlling camera (Axis API v2)
Replies: 6
Views: 4383

Re: Axis 215 PTZ - problem controlling camera (Axis API v2)

So yeah I have some Axis 215's. So I checked to see if PTZ still works. It doesn't. I have fixed it in master, and the fix will be in 1.36.13. In the meantime you can grab the AxisV2.pm from master and drop it in place. Thanks, now it seems to work without any problem, i'll let you know if somethin...
by agony
Tue Dec 14, 2021 10:21 am
Forum: ZoneMinder 1.36.x
Topic: Axis 215 PTZ - problem controlling camera (Axis API v2)
Replies: 6
Views: 4383

Axis 215 PTZ - problem controlling camera (Axis API v2)

Hi, i'm running ZoneMinder v1.36.11 on AlmaLinux and i've got a problem trying to control the camera in the topic. Feed works ok with Ffmpeg and rtsp: protocol, but when i try to move the camera nothing happens and i get an error. Configuration as follow: Controllable: Checked Control Type: Axis API...