Search found 6 matches
- Sun Jul 09, 2017 7:33 pm
- Forum: ZoneMinder 1.30.x
- Topic: 1.30.2 upgrade breaks API access
- Replies: 51
- Views: 73353
Re: 1.30.2 upgrade breaks API access
thanks for the link. It took multiple steps. I'm not sure what I did, but everything seems to be working now. In case others find this problem, the steps to resolve were something like this. sudo apt-get -f install apt-get -y install php7.0-opcache php-apcu apt-get -y install php7.0 libapache2-mod ...
- Sun Jul 09, 2017 6:06 pm
- Forum: ZoneMinder 1.30.x
- Topic: 1.30.2 upgrade breaks API access
- Replies: 51
- Views: 73353
Re: 1.30.2 upgrade breaks API access
Hi thanks for the advice but unfortunately it appears that I do not have php5-apcu installed. It seems that it is not possible to install that package on Ubuntu 16.04?
- Sun Jul 09, 2017 4:16 pm
- Forum: ZoneMinder 1.30.x
- Topic: 1.30.2 upgrade breaks API access
- Replies: 51
- Views: 73353
Re: 1.30.2 upgrade breaks API access
Hello I am stuck running 1.30.2 because upgrading to 1.30.4 or 1.31.x breaks my API access. I am running Ubuntu 16.04 xxxx@xxxx:/var/log/apache2$ sudo apt-get install php5-apcu Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package php5 ...
- Sun May 07, 2017 2:31 pm
- Forum: ZoneMinder 1.30.x
- Topic: Ubuntu 16.04 with ZM 1.30.3
- Replies: 6
- Views: 4762
Re: Ubuntu 16.04 with ZM 1.30.3
Sadly, I also lost API access with Ubuntu 16.04 and ZM 1.30.3 I successfully performed the following but API still doesn't work apt update apt install php-apcu-bc sudo apt-get install cakephp sudo service apache2 reload sudo service zoneminder reload rebooted zoneminder server The following error ...
- Sat Jul 23, 2016 6:05 pm
- Forum: ZoneMinder 1.29.x
- Topic: May I get an example of using configs API
- Replies: 5
- Views: 2720
Re: May I get an example of using configs API
That is exactly the information that I needed and my automation script is now working. Thank you!
- Sun Jul 17, 2016 3:53 am
- Forum: ZoneMinder 1.29.x
- Topic: May I get an example of using configs API
- Replies: 5
- Views: 2720
May I get an example of using configs API
Hello, I am running zoneminder 1.29.0 and am successfully using the API via shell and python scripts to manipulate some monitor settings. However, I am attempting to edit the ZM_MESSAGE_ADDRESS using the config API. I can't figure out the proper syntax. The API documentation does not provide ...