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

Issue Composer: Updating the integration plugin

Alnico

New Pleskian
About 6 months ago I installed and used PHP Composer without issue, installed two packages and everything worked fine.
Now if I try to update or install packages...I run into endless issues.

Running on CentOS 6.10, Obsidian 18.0.26, Composer 1.10.5

My "Home directory" setup in Plesk
WebsiteA [folder]
WebsiteB [folder]

composer.json in folder WebsiteA
{
"require": {
"delight-im/auth": "^8.0.0",
"intervention/image": "^2.0.0"
}
}

When I open the PHP Composer tool from "Websites and domains" for WebsiteA...these issues arise:
  • popup: "updating the information about the package */*"...stalls at 0%, never completes.
  • popup: "Updating the integration plugin"...never completes
  • popup: "Could not update the integration plugin" Task is not responding: id=2537, pid=11923, type=ext-composer-updatecommandinfoplugintask, domainId=1, referrer=/modules/composer/index.php/domain-page/index/id/15, runTaskUnderLogin=admin
After all this I look at "Home directory"/root a "composer" folder was added there.
But a "vendor" folder does NOT get created under WebsiteA (nothing is added to this folder).
Composer says the folder WebsiteA is being used. Clicking on change folder button does not open anything.

composer [folder]
WebsiteA [folder]
WebsiteB [folder]

Reloading PHP Composer multiple times will eventually list all packages, but this data is all created in root "Composer".

Then clicking "Install"...
Installing application packages: Failed
- Loading composer repositories with package information
- Updating dependencies

Also, a few times mysql stops responding and Plesk won't reload. Have to SSH in and restart mysql to fix.

I've tried uninstall/reinstall PHP Composer numerous times, but does not work.

How to fix?
 
Back
Top