• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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