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

  1. M

    Resolved Plesk Rest API executes the request twice

    oh yes, it's my fault... sorry for wasting your time :(
  2. M

    Resolved Plesk Rest API executes the request twice

    I made some change in the querry, and it's now, working fine: $ch2 = curl_init(); curl_setopt($ch2, CURLOPT_URL, 'yourdomain.com/api/v2/domains'); curl_setopt($ch2, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch2, CURLOPT_POST, 1); curl_setopt($ch2...
  3. M

    Resolved Plesk Rest API executes the request twice

    Hello, I have a little problem when I use the "POST /domains" endpoint( Other endpoints work fine). Here is my request in PHP : $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'https://myplesk.domain:8443/api/v2/domains'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1)...
  4. M

    Resolved Plesk Migrator Error !

    thank resolved :))) You are the best !
  5. M

    Resolved Plesk Migrator Error !

    Hello, i try to move from cpanel to plesk and i actually have a trial license for test migration... And when i try to migrate , i get that error : And the detailed error log: luciakfer23 is one of my cpanel account. Someone can help me ? Thank in advance for your help
Back
Top