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."