• 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 admin gs

  1. A

    Resolved Ruby Versions (Ruby extension)

    Final solution for adding ruby 2.4.2 to plesk Run the following commands: ----------------------- # ruby-build 2.4.2 /opt/plesk/ruby/2.4.2 # /opt/plesk/ruby/2.4.2/bin/gem install bundler # /opt/plesk/ruby/2.4.2/bin/gem install bundle # plesk sbin rubymng register 2.4.2 /opt/plesk/ruby/2.4.2...
  2. A

    Resolved Ruby Versions (Ruby extension)

    Solved with : gem install bundler --user-install from the app directectory But i still can't launch normal rake task like: -T It says: rbenv: bundle: command not found The `bundle' command exists in these Ruby versions: 1.9.3 2.0.0 2.1.10 2.1.8 2.2.4 2.2.5 2.2.6 2.3.0 2.3.1...
  3. A

    Resolved Ruby Versions (Ruby extension)

    Hello, I'm trying to upgrade [email protected] (security fix), i followed the steps above and i have a green dot on the "Ruby extension" page so it's correctly registred. When i select that version on my domain/ruby page, and i try bundle, an error says that there is no bundle for that version, only...
Back
Top