Jump to content
  • 0

Plesk Activation Problem


dado023

Question

14 answers to this question

Recommended Posts

  • 0

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.

Link to comment
Share on other sites

  • 0

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>

 

Link to comment
Share on other sites

  • 0

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?

Link to comment
Share on other sites

  • 0

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...