• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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