Hi!
This issue is discussed in another thread - Resolved - error occurred during the signature verification
There is a KB article about the issue with W/A - https://support.plesk.com/hc/en-us/articles/31896680837527
Hi,
- check that you can ping public address from this VM
- make sure that firewall are properly configured
- make sure that DNS for your domain name is configured and can be resolved
- check this article to find how to run Plesk behind NAT - Running Plesk Behind a Router with NAT
Hi
while you debugging, try to all /bin/bash access for this domain - (Plesk for Linux) Enabling SSH Access for Website Users
also, you can check
/var/log/passenger/passenger.log - Passenger Fusion log
/var/log/plesk/panel.log - maybe there are some reports from Plesk side...
Hi,
it was implemented this way on purpose, because Dropbox has file versioning Dropbox version history overview
in that case it is required to pay only for this one backup file and the versioning is free. Otherwise it will be required to pay per each backup file.
If you need separate backup...
Hi!
> 1. Permission Errors:
I could not reproduce this issue on the test, but I guess it depends on specific applications installed on the server. Based on the directory there are some application scripts in cache directories.
Application Cache stores already downloaded applications and it is...
Hi!
Have you tried to use an option "Apply the changes to all zones" on attempt to use DNS templates?
If it does not help, you can create a script and update DNS settings for each domain using CLI https://support.plesk.com/hc/en-us/articles/12377382338071
Hi!
1. You can verify the subscription traffic statistics using this article https://support.plesk.com/hc/en-us/articles/12377959276439 to make sure that it was calculated correctly
2. You can check records about the domain in maillog. Also, you can install Log Browser extension and review...
Yeah, the modules on this list enabled via .ini files located /opt/plesk/php/8.2/etc/php.d/ here and external library file.
ctype module is a part of PHP binary files and is permanently enabled, that is why its not on the list
Hi,
PHP 8.2.25 shipped with Plesk is already compiled with ctype module:
# /opt/plesk/php/8.2/bin/php -m | grep ctype
ctype
you do not have to install it additionally