Jump to content

API:Domain_Update_WHOIS Bugs


Burti

Recommended Posts

http://docs.whmcs.com/API:Domain_Update_WHOIS

 

its not working because system said=

 

array(3) { ["result"]=> string(5) "error" ["message"]=> string(23) "Registrar Error Message" ["error"]=> string(32) "Required parameter missing: name" }

 

 

my code:

 

$domainwhois_values["xml"] = "<contactdetails><Registrant> 
 <Name>Test Client</Name> 
 <Email>test@testemail.com</Email> 
 <Company>WHMCS</Company> 
 <Address1>123 Test Street</Address1> 
 <Address2></Address2> 
 <Address3></Address3> 
 <City>Test</City> 
 <State>Test</State> 
 <Zip>TE5 5ST</Zip> 
 <Country>GB</Country> 
 <Tel_Country_Code>44</Tel_Country_Code> 
 <Telephone>1234567890</Telephone> 
</Registrant></contactdetails>";

Link to comment
Share on other sites

Burti,

 

Without knowing the registrar module you are using and the full contents of your script, its hard to reproduce this / investigate it further. I would note that some modules expect all three contacts to be sent and that each TLD may have different fields they expect in the whois information.

 

In this case to debug further I would turn on the module debug log and check that the information you pass in via the API is passed to the registrar and if it is but the registrar rejects it, with the module debug log still on, check what information is passed when you update the whois information via the interface and see what you are not passing.

 

While I am happy to give some debugging tips, the report does not have enough details to really fit the bug reporting forum, so I am moving it to technical issues.

 

Have a great day,

 

Nate C

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
Reply to this topic...

×   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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated