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

Resolved PHP Composer PlugInManager problem

sapo

New Pleskian
Server operating system version
Alma Linux 8.6
Plesk version and microupdate number
Version 18.0.45 Update #2
Hi !
I have a problem, If i runningb PHP Coposer under my Plesk.
I attached one picture from roblem !
I have Alma Linux 8.6 on the Server and I use Plesk Obsidian Version 18.0.45 Update #2

What is the problem issue ?

Regards,
SAPO
 

Attachments

  • phpcompser.png
    phpcompser.png
    82.8 KB · Views: 10
The problem is solved with Plesk Support Team !

The Solution:

  1. Log into Plesk.
  2. Go to Domains > example.com > File Manager.
  3. Open composer.json file in Home Directory > .composer:
    Untitled_border.png
  4. Change the file content from:

    {
    "require": {
    "plesk/composer-command-info": "~1.1.0"
    }
    }

    To
    {
    "require": {
    "plesk/composer-command-info": "~1.1.0"
    },
    "config": {
    "allow-plugins": {
    "plesk/composer-command-info": true
    }
    }
    }
  5. Press the Save button.
 
Back
Top