Hello. I'm new to Blesta and trying to get it set up to provision accounts to an Interworx server when a customer orders the service. So far provisioning fails when the order is submitted from the client order form. The error displayed in the admin interface when attempting to activate the service is fairly generic: "An internal error occurred, or the server did not respond to the request."
10.0.0.1|modifyAccount
O:8:"stdClass":3:{s:6:"status";s:5:"error";s:8:"response";s:255:"reported_error There was a problem validating the form. Please see details below.
domain: "somejunk.com" This is not a valid option
Usage:
domain domain.net|example.com|clienttest.com|testdomain.com
";s:3:"log";s:2682:"DEBUG LOG:
Array
(
[parameters] => Array
(
[apikey] => -----BEGIN INTERWORX API KEY-----
LKJDlasdlfkjhhlLKJALKISWEJNMVlksjfLKHASFLhjlkahsfsflkafLSADFL
SFLlkasjdflsjfLAKSFJLKJlaskdjf...redacted
-----END INTERWORX API KEY-----
[ctrl_name] => /nodeworx/siteworx
[action] => edit
[input] => Array
(
[password] => zdv0^*h2w%9m
[confirm_password] => zdv0^*h2w%9m
[email] => support@domain.com
[nickname] => somejunk
[domain] => somejunk.com
[perms] => Array
(
[0] => SWACCOUNTS
)
)
)
[response] => Array
(
[status] => 11
[payload] => There was a problem validating the form. Please see details below.
domain: "somejunk.com" This is not a valid option
Usage:
domain domain.net|example.com|clienttest.com|testdomain.com
)
)
";}
Interestingly, this seems to only happen when the order is submitted through the client order form. If the service is created manually through the admin interface, it is provisioned successfully. Also, I noticed the first line in the input and output of the error calls 'modifyAccount', while the respective line in the log of the successful provision calls 'createAccount'. Does this indicate I have something misconfigured with the order form? Or is there something I'm missing?
Question
aosoft
Hello. I'm new to Blesta and trying to get it set up to provision accounts to an Interworx server when a customer orders the service. So far provisioning fails when the order is submitted from the client order form. The error displayed in the admin interface when attempting to activate the service is fairly generic: "An internal error occurred, or the server did not respond to the request."
However, the error shown in the module log is more informative and quite similar to the one posted here: http://www.blesta.com/forums/index.php?/topic/1825-another-interworx-issue/#entry14033
In this case, the input is shown as:
And the output is shown as:
Interestingly, this seems to only happen when the order is submitted through the client order form. If the service is created manually through the admin interface, it is provisioned successfully. Also, I noticed the first line in the input and output of the error calls 'modifyAccount', while the respective line in the log of the successful provision calls 'createAccount'. Does this indicate I have something misconfigured with the order form? Or is there something I'm missing?
Thanks for any insight.
14 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.