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

  1. Y

    Question PHP 7.3 failed with code 1

    Wow, what an oversight! Thank you so much! /usr/local/psa/bin/php_handler --add -displayname 7.3lts -path /usr/sbin/php-fpm7.3 -phpini /etc/php/7.3/fpm/php.ini -type fpm -clipath /usr/bin/php7.3 -poold /etc/php/7.3/fpm/pool.d -service php7.3-fpm works perfectly now. thank you again
  2. Y

    Question PHP 7.3 failed with code 1

    Understood, but my issue relies on PHP 7.3 & 8.0. I understand that I run older versions at my own risk. Igor, would you have any clue as to why I would be receiving this error for these two specific versions? I've Googled for days before finally joining for help. Thank you again.
  3. Y

    Question PHP 7.3 failed with code 1

    Because Ondřej continues to update 5.6-7.3 repos for vulnerabilities, and will do so when 7.4 is out of support as well
  4. Y

    Question PHP 7.3 failed with code 1

    this exact setup also works for me on my config for PHP 7.0, 7.1, 7.2. I get this error for only 7.3 & 8.0
  5. Y

    Question PHP 7.3 failed with code 1

    The same command for adding PHP 5.6 also works like a charm /usr/local/psa/bin/php_handler --add -displayname 5.6lts -path /usr/bin/php-cgi5.6 -phpini /etc/php/5.6/fpm/php.ini -type fpm -clipath /usr/bin/php5.6 -poold /etc/php/5.6/fpm/pool.d -service php5.6-fpm PHP 5.6 can be selected for a...
  6. Y

    Question PHP 7.3 failed with code 1

    Good day, I've added sury.org repo, and installed PHP 7.4 & 7.3. Plesk automatically displayed PHP 7.4 by OS vendor, it works perfectly. PHP 7.3 did not automatically populate. I added it via CLI: /usr/local/psa/bin/php_handler --add -displayname 7.3lts -path /usr/bin/php-cgi7.3 -phpini...
Back
Top