• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • 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