• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Recent content by safemoon

  1. S

    Question Error during zip file extraction: filemng failed:

    in my case it was permissions/owner issue, after assigning the correct owner i no longer get this error
  2. S

    Resolved Rest API Fatal Errors

    @Sebahat.hadzhi DELETE Request with URL with authentication https://<mypleskserver>.com:8443/api/v2/domains/92 Outputs 500 Internal Server Error however the domain is being deleted, i've tried with POSTMAN as well. Screenshot: Clean-Shot-2025-11-06-at-13-46-44 hosted at ImgBB
  3. S

    Resolved Rest API Fatal Errors

    A similar issue exists now when deleting a domain with the Plesk Rest API V2. It always returns a "500 error", even tho the domain gets completely deleted from the server (even the subscription). It should return 200 instead @Sebahat.hadzhi
  4. S

    Question Error during zip file extraction: filemng failed:

    this issue still exists.. is there any solution?
  5. S

    Resolved Rest API Fatal Errors

    Update Now the endpoint /dbusers works without an additional parameter "dbId" BUT it does not return ALL the database users for some reason, out of 4 databases it returns only 2 databases that are on the same subdomain. curl --location 'https://test.startdedicated.de:8443/api/v2/dbusers' \...
  6. S

    Resolved Rest API Fatal Errors

    You are right @Kaspar , thank you for claryfing. Both issues are related to the Rest API v2 and not the XML. There needs to be a way to get all the databases and database users with one simple API call, as it was all this time before these issues occured.
  7. S

    Resolved Rest API Fatal Errors

    Username: TITLE Rest API Fatal Errors PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Plesk Obsidian 18.0.68 Update #2 Web Host Edition Ubuntu 24.04.2 LTS PROBLEM DESCRIPTION Hello, Creating a new thread as suggested from this post...
  8. S

    Issue GetDatabases Rest API Fatal Error

    Also the endpoint /dbusers does NOT work without a string query "dbId" It used to work fine previously. It seems like a lot has changed in the API in the last few weeks, particularly in the databases from what I can see. However, this is not good because now we have to make a lot more API calls...
  9. S

    Issue GetDatabases Rest API Fatal Error

    Hi All, Recently the API call to the /databases endpoint is not working properly without a "domain" parameter. It used to work without any issues before. Having the ability to find if a database name already exists in the server is very beneficial as it allows you to create databases/domains...
  10. S

    Question Ioncube Loaders in usr/bin/php ?

    Hi, When executing a script from the CLI with /usr/bin/php executable, I get ioncube loader errors, but if I run the script with /opt/plesk/php/8.1/bin/php the script gets executed successfully, because the Ioncube PECL package for this PHP version is installed. Is there anyway to enable...
  11. S

    Issue Scheduled Task Fails (plesk command not found)

    thanks i also have this function, do I need to change this as well? # Function to get subdomains of a specific domain get_subdomains() { local DOMAIN=$1 plesk db -Ne "SELECT name FROM domains WHERE parentDomainId=(SELECT id FROM domains WHERE name='$DOMAIN')" }
  12. S

    Issue Scheduled Task Fails (plesk command not found)

    I am having trouble running a script I've made to backup files/databases using plesk cli. When running the script through the SSH Terminal via Plesk Admin Interface, there are no issues. However when I set up a cron job (task schedule) to run the shell script, I get an error "plesk command not...
  13. S

    Question Get Subdomains Databases from CLI?

    Hi, How can i get the database names from a subdomain? I noticed that the subdomain databases are assigned to the parent domains dom_id in the domains and data_bases tables. in my shell script the following line returns always no results because the subdomains id is not the correct one, the...
  14. S

    Question Seeking Advice on Alternative Backup Solutions for Plesk

    have you found a solution? @jamataran
Back
Top