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

  1. S

    Issue The limit on serial number changes was reached

    Hi, I want to create a subdomain over Plesk API. Sending create domain xml data to my server. Subdomain is created. But returning ERR_EMPTY_RESPONSE. If I look at my logs, I see this strings; System info; Product version: Plesk Onyx 17.5.3 OS version: Ubuntu 16.04 Subdomain is created but...
  2. S

    Question How can I use pm_Hook_Applications for scan applications?

    Hi, I'm need to scan WordPress applications. How can I use pm_Hook_Applications for scan applications? I'm created Applilcations.php file on /usr/local/psa/admin/plib/modules/wys-center/hooks path and here is my code; <?php class Modules_WysCenter_Applications implements pm_Hook_Applications...
  3. S

    Issue FileManager and ServerFileManager permission issue

    If customers are custom (not Administrator) and different or same I can copy files between domains. This is local, if I go to real server on the I can't do this.
  4. S

    Issue FileManager and ServerFileManager permission issue

    I'm need to copy subdomain files to new domain folder, i have a custom extension. This extension using pm_ServerFileManager class's copyFile method. But files are copying with root user? If I use pm_FileManager extension return Permission error like "filemng failed: filemng: stat failed...
  5. S

    Resolved How can i call extention with Plesk API?

    I have a test extention.I can call Git extention with API, it's return a answer to me, like "<status>ok</status>". But when i try this with my test plugin its return "The XML API support is not implemented in hello-world.". How can i resolve this?
Back
Top