• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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