• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Plesk API RPC get template no response

C

cfnick1

Guest
I have plenty of working functions written for interacting with Plesk API RPC. For some reason Plesk does not respond at all when trying to get information about a template. I've tried many different xml requests to get template information, but nothing is returned; not even an error message. I have the correct administrator login, valid url, existing templates on Plesk, working applications with other requests etc. I've tried a few different requests such as including the client_id, specifying the specific template by name etc. Here is one of the requests I tried straight from he documentation at http://download1.swsoft.com/Plesk/Plesk8.0/Doc/plesk-8-api-rpc/32918.htm


The following packet gets the information about all domain templates that belong to Plesk Administrator:

<packet version="1.4.1.0">
<domain-template>
<get>
<filter/>
</get>
</domain-template>
</packet>


Any ideas why plesk would not respond?
 
Some fatal error in Plesk I suppose. Enable "display_errors" in psa/admin/conf/php.ini, restart Plesk and repeat the request - there should be an additional error information.
 
Back
Top