Plesk

Unable to install Plesk Premium Email extension: Error occurred during /usr/bin/base64 command

Symptoms

Cause

The OS PHP was installed from Atomic repository instead of the OS vendor repository, causing conflicts with the Plesk Premium Email packages.

Resolution

  1. Connect to the server via SSH

  2. Disable Atomic repository:

    # yum-config-manager --disable atomic

  3. Remove the OS PHP provided by Atomic:

    # plesk installer --select-release-current --remove-component phpgroup

  4. Install the OS PHP provided by the OS vendor repository:

    # plesk installer --select-release-current --install-component phpgroup

  5. Retry installing Plesk Premium Email packages: Log in to Plesk > Plesk Premium Email > Install

  6. Enable back again the Atomic repository:

    Warning: It is not recommended to enable 3rd party repositories since these might conflict with Plesk packages

    # yum-config-manager --enable atomic

Exit mobile version