• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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: 11
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