• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved Plesk installer doesn't work

Piekielko

Basic Pleskian
I have Plesk Onyx 17.5.3 #72

A
I wanted to add the Horde component (Webmail services). After starting the [continue] button, nothing happens.

B
I noticed a message today:
"Information on some packages might not be actual: inconsistencies were detected in the system's package manager database. Please resolve this issue manually."

C
I have one broken 7.0.32 FPM in php handles - how to delete?Przechwytywanie.JPG
 
Try to use Plesk Installer in CLI. In this case, you will see more details of operations in the command output.
Just run

# plesk installer

and follow to the menu.
 
plesk installer has disabled php 7.0 - how to remove it?

Przechwytywanie.JPG

CLI? - UPS I'm sorry - I did not notice ;-)
 
Red cross means that the component is not installed.
You don't need to remove what is not installed.
 
Try to install it and then remove.
Or use CLI command for re-reading handlers:

# /usr/local/psa/admin/bin/php_handlers_control --reread

If not help, try to remove it with something like

# plesk bin php_handler --remove -id 7.0-latest

Correct id you can find with

# plesk bin php_handler --list
 
Back
Top