Search found 3 matches

by DavidSingleton
Thu Jun 19, 2025 1:35 pm
Forum: ZoneMinder 1.36.x
Topic: Problem calling http://server/zm/api/monitors.json
Replies: 2
Views: 1093

Re: Problem calling http://server/zm/api/monitors.json

Silly me!!!

When I look at the documentation again, it is obvious that I should use a GET (default) and not a POST (as I used for the login)! I have updated my code, and all now seems to be working as it should.

Many thanks for the help.

Best wishes

David Singleton
by DavidSingleton
Wed Jun 18, 2025 10:40 am
Forum: ZoneMinder 1.36.x
Topic: Problem calling http://server/zm/api/monitors.json
Replies: 2
Views: 1093

Problem calling http://server/zm/api/monitors.json

The API documentation says that calling curl http:// server /zm/api/monitors.json (naturally with "server" replaced with my server address) should return a list of all monitors. Unfortunately, this does not seem to be the case. After successfully logging in to the server, I get the response ...
by DavidSingleton
Tue Jul 09, 2024 5:12 am
Forum: ZoneMinder 1.36.x
Topic: zoneminder 1.36 web interface blank
Replies: 10
Views: 31065

Re: zoneminder 1.36 web interface blank

Thank you for the suggestion to look at the apache logs. I was installing zoneminder for the first time. Looking at the apache error log allowed me to identify after further googling that PHP was missing an extension - intl. Editing the relevant php.ini and uncommenting this entry allowed zoneminder ...