R
ruski
Guest
Hi Folks,
When adding a domain to a client from the Plesk Expand interface (and even via the XML API) I continually get this error in the XML response:
Is this is a bug or am I doing something wrong here?
Example of XML input packet:
Nothing in my code has changed and the only thing I've done is updated to Plesk Reloaded 7.5.3 (as well as updated Expand to its latest version).
Any help would be appreciated.
Russ.
When adding a domain to a client from the Plesk Expand interface (and even via the XML API) I continually get this error in the XML response:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<packet version="1.0.3.11">
<add_use_template>
<result>
<status>error</status>
<errcode>4003</errcode>
<errtext>[Operator] PleskAgent error. (2308) [PleskAgent - DOM_DOMAIN] Error while limits setuping. Domain adding was failed. Error: Unable to update Domain Level User property: domainuser: Column 'perm_id' cannot be null</errtext>
<client_id>1598</client_id>
<server_id>2</server_id>
</result>
</add_use_template>
</packet>
Is this is a bug or am I doing something wrong here?
Example of XML input packet:
<?xml version="1.0" encoding="UTF-8"?>
<packet version="1.0.3.11">
<add_use_template>
<gen_setup>
<name>testbunny.com</name>
<client_id>1598</client_id>
<status>0</status>
<tmpl_id>2</tmpl_id>
</gen_setup>
<hosting>
<vrt_hst>
<ftp_login>testbunny</ftp_login>
<ftp_password>*******</ftp_password>
<fp_admin_login>tesbunny</fp_admin_login>
<fp_admin_password>*******</fp_admin_password>
</vrt_hst>
</hosting>
</add_use_template>
</packet>
Nothing in my code has changed and the only thing I've done is updated to Plesk Reloaded 7.5.3 (as well as updated Expand to its latest version).
Any help would be appreciated.
Russ.