Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
So... It turns out not to change the expiration date via REST API?
Does version 18 support XML? Or maybe there are some other ways to change expiration date remotely?
Thanks for the answer. But this is a little different. The ---register- command assign the database to a subscription, not a site.
{
"code": 2,
"stdout": "",
"stderr": "Database with such name is already registered."
}
The ---assign-to-subscription- command moves the database between...
Hi!
Using the REST API, I created a customer, created a site.
###
GET https://ххх.хххххх.ххх:8443/api/v2/domains
X-API-Key: *******-*****-****-****-*********
//Authorization:
Content-Type: application/json
Accept: application/json
{}
---
...
{
"id": 23,
"created": "2021-03-29"...
That is, there is a code
(43) $this->im = new Imagick;
(44) $this->im->readImage($file);
The variable $ file is set
dumped from /var/www/vhosts/*******/httpdocs/wa-system/image/waImageImagick.class.php line #40...
Hi!
Not certainly in that way. The file has been uploaded to the server for a long time and is in the subscription. I tried to set the value {WEBSPACEROOT} {/} {:} {TMP} {/}: / tmp in the php settings for this subscription in the open_basedir field, but the problem was not solved.
Hey!
When trying to process an image already uploaded to the server using Imagick, I get the error Uncaught ImagickException: unable to open file /tmp/magick-19187PLk9nfNAo48O. Tell me, what could be causing it?
thank