Jump to content

Question

14 answers to this question

Recommended Posts

  • 0
Posted

What version of Plesk is your Plesk server running?

 

This appears to be an error returned directly from Plesk.

havent you read it :) copy/paste from first post: using Plesk 11.5 + Blesta v3

  • 0
Posted

This happens when adding a new service? It sounds like your Plesk server is complaining about the data type it received for the webspace/subscription ID. We've tested this on Plesk v11.5 and haven't experienced this issue, so I wonder why Plesk complains about the data type for an empty string now.

 

If you're familiar with php, you can edit /components/modules/plesk/plesk.php and change:

$data = array('id' => $webspace_id);

to

$data = array('id' => (empty($webspace_id) ? null : $webspace_id));

and let us know if that resolves your issue.

  • 0
Posted

ok, now i got something else here: 1013 client does not exist

 

Blesta(Plesk module log)

 

 

193.2*.***.*0
<?xml version="1.0" encoding="UTF-8"?>
<packet version="1.6.5.0">
  <customer>
    <set>
      <result>
        <status>error</status>
        <errcode>1013</errcode>
        <errtext>client does not exist</errtext>
        <filter-id>dasdsida1</filter-id>
      </result>
    </set>
  </customer>
</packet>

 

  • 0
Posted

Can you put some context to that module response? What requests precede that one (especially the one immediately before)? Feel free to omit sensitive information if you copy/paste it here.

 

Were you trying to create a new service in the interface or update an existing one?

  • 0
Posted

I'm curious what the module log says about this response. I can only imagine receiving that error from Plesk if you are attempting to update a customer, but the customer does not exist in Plesk.

 

You can send me a private message with login access and I'll take a look.

  • 0
Posted

Tyson,

 

as you requested, i have sent you private message with Blesta and Plesk login access info, let me know if you need anything else.

 

Thank you in advance

Dan

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...