• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Can't install or remove extensions

Status
Not open for further replies.

Gilles_D

New Pleskian
Hi,

we can't install or remove any extension after upgrade to Plesk 12.0.8 from 11.5. When we go to Extensions Management > Add Extension for uploading a new extension, we are only allowed to use .deb and .zip. Before we had rpm and zip. This upgrade has been done on a Linux Server with CentOS installed (rpm based). How can we change the allowed extension for uploading an rpm file?

Thanks for any help

With best regards
 
First of all extensions packaged as deb and rpm package are deprecated. All modern extensions should be in zip format.

As for .deb instead of .rpm for upload this only means that you have deb-based OS (Debian or Ubuntu), not CentOS.
Please provide the output of the following commands:
Code:
plesk version
cat /etc/issue
 
Here is the output:

# plesk version
Product version: 12.0.18 Update #16
Update date: 2014/09/10 09:07
Build date: 2014/08/21 14:00
Build target: CentOS 5
Revision: 333061
Architecture: 64-bit
Wrapper version: 1.1

# cat /etc/issue
CentOS release 5.6 (Final)
Kernel \r on an \m

We always install rpm packages and are using yum, so rpm is right. Because we wanted to install the Magicspam extension (rpm file).

And while trying to remove the old version of magicspam first we get the following error:
Unable to remove the MagicSpam extension: modulemng is failed --remove --module=magicspam

It's strange even when using the command "/usr/local/psa/admin/bin/modulemng --install --file=magicspam-plesk-1.0.6-1.4-rhel564-postfix10.x86_64.rpm" to install it manually we get the following error:
dpkg: unable to access dpkg status area
 
Last edited:
It seems that even with /usr/local/psa/admin/bin/modulemng he tries to install or remove plesk extensions with the debian package manager instead of rpm package manager. Mh, any idea?
 
Ok, got it.
Looks like you have /bin/dpkg or /usr/bin/dpkg binary on your CentOS installation. You may check the package name by something like this: rpm -qf /usr/bin/dpkg
If dpkg is not needed on your installation, you may remove it. Or as a temporary workaround you can rename binary, upload the extension, and then rename the binary again.
 
Yes, it was indeed installed. I don't know why. I removed it and now it works to uninstall and add extenions with rpm.

Thanks for your help.

With best regards
 
Status
Not open for further replies.
Back
Top