• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

xml

  1. C

    Issue Documentation: Deleting Database Users

    Hello, everyone! I am trying to remove a certain user from a certain database using their IDs. Anyone can tell me what's wrong with this xml packet code, or do I just need to find another way? <packet> <database> <del-db-user> <filter> <id>55</id>...
  2. chapterjason

    Question Plesk XML API to change nginx directives

    Hey, I currently working on a PAAS for NodeJS and PHP Applications that run in Docker. Currently im stuck a bit while try to create the proxy_pass in nginx, I already modified my vhost template that the proxy_pass in the Additional directives will take place. But I don't know how to set this...
  3. cipcip

    Resolved Apply DNS Zone changes via XML API

    Hello guys, I still have issues with this, I have purchased another hosting, I was able to enable by default DNS zones for subdomains, but it seems that my php script although it returns success, it does not apply the DNS to the zone. The PHP function is as follows: function syncDNS($nom...
  4. B

    Issue XML Api special characters

    Hello, iam using the xml api and want to setup an autoresponder but iam always getting the error message " Parser error: Cannot parse the XML from the source specified" when i type special character or umlaut like äöüß... I have tried already thinks linke php htmlentities(). Please could you...
  5. M

    Question add plesk subscription by rpc api

    hi i add a new subscription by following xml . but the added subscription hosting type is not website. and the user cant upload website files. please help me correct my code. <packet> <webspace> <add> <gen_setup> <name>exameffple.com</name> <owner-login>mmm</owner-login>...
  6. E

    Resolved Updating DNS Entry using the XML API

    Hi Guys, I want to update existing DNS entries using the XML API for implementing my own DynDNS Client... At the documentation, I've just found function for adding, retrieving and deleting DNS records: https://docs.plesk.com/en-US/onyx/api-rpc/reference/managing-dns/managing-dns-records.35323/...
  7. greek_batter

    Issue Error 1019 when creating subscription with plesk api

    I am trying to create a subscription account with plesk api. When I create it with "website" type (with physical folders) despite the subscription is being created it returns me an error "error 1019 Incorrect name arisolecom.com. This domain name already exists." . Ofcourse this does not exist...
  8. S

    Resolved error while removing java application from plesk

    Unknown error 0xC00CE508 (COM Error C00CE508) at addDeleteFile 'C:\Program Files (x86)\Parallels\Plesk\var\tomcat\psa-webapps\mylifebuddy.com\belleza.war' for service 'Tomcat7' at (PleskSrvClient::addDeleteFile line 571) at stopWebApp(mylifebuddy.com, belleza)(TomcatManager::stopWebApp line 408)...
  9. D

    Question Install Wordpress via Plesk API

    Hi, My client wants me to do an auto install of Wordpress on a certain site via the Plesk API My problem is that the chapter for installing applications via XML in Plesk is poorly documented Does anybody here know how to do that? Thanks in advance
  10. R

    Doamain creation 503 error api

    Hello, I am trying to add a domain by making use of the plesk xml api. I am running plesk 12.5.30. When i use the php script that i found on the plesk github to execure a request on the same server as where the request is send to i get the following error in plesk: New configuration files...
  11. B

    Update php with iuscommunity

    I have been trying to upgrade the php on my server with the iuscommunity depository. I am having conflicts with remi, which is being tied by Plesk. Here is my effort to remove the offending file: [root@d7w2-g8zq /]# rpm -qa | grep php-xml* php-xml-5.4.13-1.el6.remi.x86_64 [root@d7w2-g8zq /]#...
Back
Top