• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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