Plesk

Different menu items in Plesk UI are displaying blank pages

Symptoms

Cause

The plesk-ui-library package is installed from another repository or not updated correctly.

Resolution

  1. Connect to the server via SSH

  2. Check whether the installed package is correct - its version is valid and it's installed from the correct source:

    # rpm -qi $(rpm -qa | grep plesk-ui-library) | grep "Name|Version|Release|Source"
    Name : plesk-ui-library
    Version : 18.0
    Release : 2.centos.7+p18.0.34.2+t210325.1052
    Source RPM : plesk-ui-library-18.0-2.centos.7+p18.0.34.2+t210325.1052.src.rpm

    Note: The version in bold should coincide with the Plesk version

  3. Reinstall the package to get the correct version:

    # rpm -Uvh --force --nodeps http://autoinstall.plesk.com/PSA_18.0.35/dist-rpm-CentOS-7-x86_64/base/plesk-ui-library-18.0-2.centos.7+p18.0.35.2+t210526.1158.noarch.rpm

    Note: It is needed to set the correct link for the current Plesk and OS version.

Exit mobile version