Burti Posted February 15, 2015 Share Posted February 15, 2015 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>"; 0 Quote Link to comment Share on other sites More sharing options...
Burti Posted February 17, 2015 Author Share Posted February 17, 2015 Nate please look my friend this is important Chilly chilly chilly ) 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Nate Posted February 18, 2015 Share Posted February 18, 2015 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 0 Quote Link to comment Share on other sites More sharing options...
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.