• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Composer problems

Jürgen_T

Regular Pleskian
I managed recently to fall back to composer version 1.X (Igor recipe, other thread) as Plesk updated automaticaly to v. 2.X. But now it happens twice again what has led to the error message:

The "plesk/composer-command-info" plugin (installed globally) was skipped because it requires a Plugin API version ("^1.1") that does not match your Composer installation ("2.0.0"). You may need to run composer update with the "--no-plugins" option.

Now I have removed the composer extension of PLESK to manage my apps. via ssh but the error message still remains. How can I get rid of the plesk/composer-command-info" plugin?
 
Have you managed to rid the warning after uninstalling Plesk Composer?
I've ran into the same problem today.
 
Hi, I need to install the Drupal CMS through composer in a subdomain.
I have updated composer to version 2.0 but I can't set the php version to version 7.4.3
From the control panel the php version is 7.4.3. but when I launch (via putty) the composer diagnose command it returns this indication
PHP version: 7.0.33
PHP binary path: /user/bin/php7.0
I have read that I can choose the php version inside the composer.json file and I have entered this line
"config": {
"sort-packages": true,
"platform": {
"php": "7.4"
}
But it does not work
I didn't understand why
 
Back
Top