• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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