Plesk

Plesk interface is not accessible: Class ‘pathtoclass’ not found

Symptoms

Cause

The plesk-core package is corrupted.

Resolution

  1. Connect to the Plesk server via SSH.

  2. Download the plesk-core package from http://autoinstall.plesk.com/pool/ using the wget utility.

    Note: Make sure to download the plesk-core package equivalent to your Plesk version PSA_18.0.xx_xxx and OS dist-rpm-[OS_VERSION]. Run the command plesk version to find the Plesk version and OS.

    In this example, we're downloading the plesk-core package for Plesk Obsidian 18.0.37 PSA_18.0.37_6686 on CentOS 7 dist-rpm-CentOS-7-x86_64. The full path to the plesk-core package will be:

    # wget http://autoinstall.plesk.com/pool/PSA_18.0.37_6686/dist-rpm-CentOS-7-x86_64/base/plesk-core-18.0-2.centos.7+p18.0.37.2+t210809.1806.x86_64.rpm

  3. Install the plesk-core package downloaded on step 2:

    • on CentOS/RHEL-based distributions

      # rpm -Uvh --force --nodeps plesk-core-18.0-2.centos.7+p18.0.37.2+t210809.1806.x86_64.rpm

    • on Debian/Ubuntu-based distributions

      # dpkg -i plesk-core-18.0-2.centos.7+p18.0.37.2+t210809.1806.x86_64.rpm

  4. Run Plesk Update:

    # plesk installer update

  5. Restart the Plesk services:

    # service sw-engine restart && service sw-cp-server restart

Exit mobile version