API "Not Found"
Posted: Fri Mar 27, 2020 6:32 am
I have been struggling ro get Zoneminder set up for some time but I am getting close! Everything seems to work apart from the API. I have a camera set up and it is monitoring and recording events. I have password security setup.
I installed LAMP (without PHP-FPM) following these instructions:
https://www.linuxbabe.com/ubuntu/instal ... er-desktop
Then installed zoneminder using the script:
https://wiki.zoneminder.com/Ubuntu_Serv ... der_1.34.x
But http://<server>/zm/api/ gives me: http://<server>/zm/api/host/getVersion.json gives me:
and http://<server>/zm/api/host/monitors.json Gives me:
Any help appreciated!
I installed LAMP (without PHP-FPM) following these instructions:
https://www.linuxbabe.com/ubuntu/instal ... er-desktop
Then installed zoneminder using the script:
https://wiki.zoneminder.com/Ubuntu_Serv ... der_1.34.x
But http://<server>/zm/api/ gives me: http://<server>/zm/api/host/getVersion.json gives me:
Code: Select all
version "1.34.6"
apiversion "2.0"
Code: Select all
success false
data
name "Not Found"
message "Not Found"
url "/zm/api/host/monitors.json"
exception
class "MissingActionException"
code 404
message "Action HostController::monitors() could not be found."