• 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

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