Search found 23 matches

by maxiedaniels
Thu Nov 29, 2018 5:42 pm
Forum: ZoneMinder 1.32.x
Topic: VersionController could not be found? Fixing API
Replies: 3
Views: 1691

Re: VersionController could not be found? Fixing API

rockedge wrote: Thu Nov 29, 2018 2:25 am you are calling the API function getVersion????

Code: Select all

http://myserver/zm/api/version.php
the URL should read :

Code: Select all

http://myserver/zm/api/host/getVersion.json
WHOOPS. Okay, phew. Wow so it's all working! Thank you!!
by maxiedaniels
Wed Nov 28, 2018 6:00 am
Forum: ZoneMinder 1.32.x
Topic: VersionController could not be found? Fixing API
Replies: 3
Views: 1691

VersionController could not be found? Fixing API

When I go to http://myserver/zm/api/version.php, I get this:

Code: Select all

Missing Controller
Error: VersionController could not be found.

Error: Create the class VersionController below in file: app/Controller/VersionController.php
I'm using 1.32, on Ubuntu 18.04.
by maxiedaniels
Sun Aug 05, 2018 6:56 pm
Forum: ZoneMinder 1.31.x
Topic: Logs.idb in /var/lib/mysql/zm HUGE!!
Replies: 1
Views: 2261

Logs.idb in /var/lib/mysql/zm HUGE!!

My server was suddenly barely responsive the other day and I realized that it's because my SSD startup has been taken over with 40GB of excess logs (I can only assume they are logs) in Logs.idb. I only have seven days of logs configured in my zone minder settings, so I have no idea how this is happe...
by maxiedaniels
Fri Jun 08, 2018 6:47 pm
Forum: ZoneMinder 1.31.x
Topic: Layout messed up after 1.31.44 update
Replies: 49
Views: 130726

Re: Layout messed up after 1.31.44 update

Still no fix on this? I tried the fixes in the thread, no dice. I can't change any options on my monitors because the layout is completely screwed. ZMNinja also stopped working.
by maxiedaniels
Sat Apr 07, 2018 1:39 am
Forum: ZoneMinder 1.31.x
Topic: Camera audio with StorageAreas branch?
Replies: 1
Views: 1495

Camera audio with StorageAreas branch?

I was under the impression the StorageAreas branch has audio working for streams? I can't hear audio on any of my cameras, not in live nor in event viewing. I've definitely enabled h264 and the checkbox that says to store audio streams..
by maxiedaniels
Thu Mar 29, 2018 4:51 am
Forum: ZoneMinder 1.31.x
Topic: Filters: total disk space used?
Replies: 3
Views: 2147

Re: Filters: total disk space used?

I tested the disk space filter, which seems to relate to the size of an individual event..

The purge when full filter uses disk percent, not disk space. Disk percent I can't use because I'm not using a dedicated drive so disk percent isn't relevant. (I'm using StorageAreas)
by maxiedaniels
Wed Mar 28, 2018 7:16 am
Forum: ZoneMinder 1.31.x
Topic: How to understand stats from an alarm?
Replies: 3
Views: 3841

Re: How to understand stats from an alarm?

Thank you for the detailed response! One question - many of the scores on my events are over 100, often around 170. What does that mean? Is that due to hitting multiple zones? (170%?)
by maxiedaniels
Sun Mar 25, 2018 11:05 pm
Forum: ZoneMinder 1.31.x
Topic: Filters: total disk space used?
Replies: 3
Views: 2147

Re: Filters: total disk space used?

Anybody?
by maxiedaniels
Thu Mar 22, 2018 5:06 pm
Forum: ZoneMinder 1.31.x
Topic: Viewing event in zmninja causes this error..
Replies: 22
Views: 9103

Re: Viewing event in zmninja causes this error..

Ah - got it. It was in a different log file. This is definitely the error. 2018-03-22 10:05:43 Error: [ParseError] syntax error, unexpected ';', expecting ')' Request URL: /zm/api/events/5391.json Stack Trace: #0 [internal function]: App::load('Group') #1 [internal function]: spl_autoload_call('Grou...
by maxiedaniels
Thu Mar 22, 2018 12:42 am
Forum: ZoneMinder 1.31.x
Topic: Viewing event in zmninja causes this error..
Replies: 22
Views: 9103

Re: Viewing event in zmninja causes this error..

rockedge wrote: Wed Mar 21, 2018 11:58 pm oh that is different. can you turn on a deeper level of debug?
What level debug would I need to enable? I tried level 3, nothing more is showing up.
by maxiedaniels
Wed Mar 21, 2018 11:02 pm
Forum: ZoneMinder 1.31.x
Topic: Why is zma_m3 broadcasting on my ssh prompt?
Replies: 4
Views: 2587

Why is zma_m3 broadcasting on my ssh prompt?

I just ssh'd into my server and I'm seeing zma_m3 broadcasts (`analyzing at 20.00 fps` messages) every few seconds. Why is this happening?
by maxiedaniels
Wed Mar 21, 2018 11:00 pm
Forum: ZoneMinder 1.31.x
Topic: Viewing event in zmninja causes this error..
Replies: 22
Views: 9103

Re: Viewing event in zmninja causes this error..

API is working, `{"version":"1.31.39","apiversion":"1.0"}`
PHP is PHP 7.1.15-0ubuntu0.17.10.1.
by maxiedaniels
Thu Mar 15, 2018 12:33 am
Forum: ZoneMinder 1.31.x
Topic: How to understand stats from an alarm?
Replies: 3
Views: 3841

How to understand stats from an alarm?

I'm trying to calibrate a zone, and I have a number of false alarms now along with appropriate alarms to look at stats from. The 'max score' is showing between 1 and 10 for false alarms, and appropriate alarms are all over 100 or so. But I don't know how that actually applies to the zone parameters ...
by maxiedaniels
Mon Mar 12, 2018 5:28 pm
Forum: ZoneMinder 1.31.x
Topic: Filters: total disk space used?
Replies: 3
Views: 2147

Filters: total disk space used?

It seems 'disk space' in the filters equates to the space used for each event. I'd like to delete events if the *total* space by all events goes over a certain amount... is this possible?
by maxiedaniels
Mon Mar 12, 2018 3:31 pm
Forum: ZoneMinder 1.31.x
Topic: Viewing event in zmninja causes this error..
Replies: 22
Views: 9103

Re: Viewing event in zmninja causes this error..

Ubuntu 17.19. Yes ZM in the browser streams fine and shows event footage fine.