• 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 Composer dependencies require on Plesk

ichiro uozu

New Pleskian
Server operating system version
Cent OS6
Plesk version and microupdate number
Obsidian 18
Hello I have faced the issues that My Plesk suddenly show this message after login

Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.4.0".
after that, I couldn't control my websites. Because no proceed to the next. Does Plesk need something setting for resolution? I can login via ssh on this Server now. If someone has solution for the issue, Please give me your advice. Thanks in advance.
 
Hello Dave. Thank you for your advice. I couldn't change the version of PHP on Plesk.
Actually I tried to install PHP7.4 before, But it was failed. Hm... It's so difficult to manage Plesk for me.:(
 
I think only centos 6 afected and systems without php 7.4 installed / supported

I have 96 servers afected by this :/
 
Same problem now, i think it's an update for this night.
# plesk bin extension --disable monitoring : works just to get the window to connect, but after i have the same problem :
Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.4.0".
 
  • Like
Reactions: S2W
Upgrading to the latest Plesk version 18.0.45 fixes the problem as well.
 
exactly the same problem.
works just to get the window to connect, but after i have the same problem :
 
Could you please try to execute the following command and tell me if it fixes the issue?

# plesk bin extension --disable monitoring

Hi, am facing the same issue with my please login, could u guide step by step on how to implement the solution as I dont know how to execute the command.

Thanks
 
We had the same problem on several servers, without doing any updates. I found the solution on plesk server for windows.:

Look for this folder:
C:\Program Files (x86)\Plesk\admin\plib\modules\monitoring\vendor\composer

Open this file:
platform_check.php

Edit:
if (!(PHP_VERSION_ID >= 70400)) {

into:
if (!(PHP_VERSION_ID >= 70100)) {

Refresh your Plesk panel and it works again!
Don't forget to update Plesk and PHP version after.
 
Back
Top