• 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 Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Question composer

Santiago Martín

New Pleskian
Server operating system version
CentOS Linux 7.9.2009 (Core)
Plesk version and microupdate number
Plesk Obsidian Version 18.0.57 Update #5
Hello, thank you very much in advance

I once used composer (manually via ssh console) because the plesk composer plugin did not work for me (in 2023 year) to create a php application that is served on a subdomain of my server and works correctly.

Now I need to make a copy of the same application on another subdomain so after copying the php files I try to use install or update in the updated composer plugin (01/22/2024) and although apparently everything goes well, in reality it does not work nor does it work in the console.

The response when trying to open the application in the browser is: ERR_INVALID_RESPONSE and in the devTools console of Chrome can see: Failed to load resource: the server responded with a status of 400 () and finally my composer.json is:

{
"name": "delta/apiavt",
"require": {
"firebase/php-jwt": "^6.8"
},
"autoload": {
"psr-4": {
"src\\": "src"
}
},
"config": {
"optimize-autoloader": true
}
}.
Aguine can help me or tell me where to go.

Regards, Santi
 
Hello everyone

My apologies I found the error, the composer plugin works fine, the problem was that I had not correctly specified the value of the folder (change) option in the composer plugin (I mean what appears as Go to the application folder [change] ) just change the folder to the correct and everything works correctly

Regards, Santi
 
Back
Top