• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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