• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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