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

Error in API-RPC V1.6.3.4 (in getting site information)

R

rootusertom

Guest
When trying to fetch subordinate sites of a certain webspace/subscription with the following call (contents of 'dataset' omitted):

<?xml version="1.0" encoding="UTF-8"?>
<packet version="1.6.3.4">
<site><get>
<filter><parent-id>6</parent-id></filter>
<dataset> ... </dataset>
</get></site>
</packet>

I got the following error:
(1015) Webspace does not exist

This is definitely not correct. The webspace with the ID 6 DOES exist, BUT has no dependant sites in it. When I try the same RP call on a webspace that IS containing sites, I get a valid response.

So IMHO the correct answer to my first request should be a response packet with status "OK" and no data in it.

Regards, Tom
 
Back
Top