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

Recent content by Alexandr

  1. A

    Resolved PHP Composer: git clone --mirror '[email protected]:

    "We forked that package because is abandoned and we have fixed an issue there ..." Since you fixed the issue in a separate branch ( your-branch-name for example ) of the forked repository, then this should work: "zendframework/zend-expressive-hal": "dev-your-branch-name" even without editing...
  2. A

    Resolved PHP Composer: git clone --mirror '[email protected]:

    Hello! As I understand you are trying to install the forked package "zendframework/zend-expressive-hal". Can you provide your "require" section? Try to use "zendframework/zend-expressive-hal": "~1.3.0" instead of "somethingl/zend-expressive-hal": "~1.3.0" in require section. Also please read...
  3. A

    Resolved [EXTPHPCOMP-91] Composer extension Problems

    @Danny325 Hi, In a previous post, you wrote that you successfully run composer via ssh: "No i can run this as root user as well as non root user". What PHP did you use to run composer via SSH? Why is the error associated with the 'allow_url_fopen' php.ini parameter not occurred in this case...
  4. A

    Resolved [EXTPHPCOMP-91] Composer extension Problems

    Hi, We would be grateful if you would give us more detailed information by mistake: 1. The full content of your composer.json 2. Content of /.composer/config.json (if file exists) 3. Content of /.composer/composer.json (if file exists) 4. Domain PHP version 5. Operating system 6. What PHP do...
Back
Top