• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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