• 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.

Issue Problems after cloudlinux removal

xdelios

Basic Pleskian
Hello,

So I had Cloudlinux installed and decided to remove it.
I had a couple of errors but sorted them out.

After all that I realised that the PHP OS version is not shown in components anymore in the panel.
I tried to run the update but its not working through the GUI and from the command line I get the following.

Code:
Exception: Failed to solve dependencies:
php-5.4.16-42.el7.x86_64 requires php-cli(x86-64) = 5.4.16-42.el7
php-fpm-5.4.16-42.el7.x86_64 requires php-common(x86-64) = 5.4.16-42.el7
php-5.4.16-42.el7.x86_64 requires php-common(x86-64) = 5.4.16-42.el7

How can I fix that?

I am running Plesk Onyx on Centos 7
 
Hi xdelios,

actually, the error message point you directly to the missing packages on your server. Pls. (re-)install them with your "yum" - package - manager on CentOS ( logged in as user "root" over SSH ):

Example:
Code:
yum install package-name
 
Indeed it was that simple...
One more thing if you could assist me.

From the moment I removed Cloudlinux I keep getting an error mail
/bin/sh: /usr/sbin/processpaneluserspackages: No such file or directory

I check my crons in plesk and I cant find that one, where else should I look and remove it ?
 
From the moment I removed Cloudlinux I keep getting an error mail
/bin/sh: /usr/sbin/processpaneluserspackages: No such file or directory

I check my crons in plesk and I cant find that one, where else should I look and remove it ?
Check under /etc/cron.d/ crontask labeled like lveutils-panel-cron
 
Thank you there was the problem.

One last thing if you could help me
I have very a problem with starting the design from within the plesk panel

I get this error

Unable to manage service by dosing ('srart', 'dns')

Just to clarify the named service is working just within the panel I get this error
 
Back
Top