• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Bug SOAP method CreateAccount

A

adaniels

Guest
Hi,

Since upgrading from 4.0 to 4.5 the SOAP method CreateAccount no longer functions. Calling this method results in a SoapFault:
Fatal error: Uncaught SoapFault exception: [ERROR_ACTION_FAILED] Action has been failed. Ongeldig pakket-ID in /opt/jasny-panel/lib/SWsoft/test.php:20
Stack trace:
#0 [internal function]: SoapClient->__call('CreateAccount', Array)
#1 /opt/jasny-panel/lib/SWsoft/test.php(20): SWsoft_SoapClient->CreateAccount(Object(SoapVar))
#2 {main}
thrown in /opt/jasny-panel/lib/SWsoft/test.php on line 20

In 4.0 planId was the numeric id field from the db. It appears this has changed to the uuid string. However neither of these values work, they both give the same result. I've tried using the same uuid string in method 'GetPlanById', which works without a problem.

Can anyone please confirm this.

Many thanks,
Arnold
 
Hi,

I actually solved the problem yesterday. I did need to take the value of uuid db field instead of the numeric id. In 4.0 I was allowed to use any plan for any account, unregarding the owner. In 4.5 I can only assing plans of the owner.

Thanks for your help.
- Arnold
 
Back
Top