Simeneuro Posted January 23, 2014 Share Posted January 23, 2014 Hi! I was trying my whmcs (it was the first time I had tried that). I created a user and I bought a domain and hosting pack. When I paid, a mail had arrived to my email and to the admin panel, with the next message: Client ID 1 has paid for the transfer of domain dominio.es and the automated transfer attempt has failed with the following error: Required parameter missing: attr-value3 I don't find information about this, but I'm coming back crazy Help me please! I have update the whmcs, but the problem dosen't disappear. Sorry if you don't understand me in any moment by my bad english Thank you! 0 Quote Link to comment Share on other sites More sharing options...
bear Posted January 23, 2014 Share Posted January 23, 2014 http://forum.whmcs.com/showthread.php?72586-Error-on-es-domains-transfers&highlight=attr-value3 0 Quote Link to comment Share on other sites More sharing options...
Simeneuro Posted January 23, 2014 Author Share Posted January 23, 2014 So, what can I do to fix the problem? or maybe to register .es domain manually... I have no way to fix the problem because I don't know what do. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted January 24, 2014 WHMCS Support Manager Share Posted January 24, 2014 Hi, Assuming you're using a LogicBoxes module (ResellerCLub, Netearthone, Resell.biz), please ensure your /includes/additionaldomainfields.php file contains the following lines for .es: additionaldomainfields[".es"][] = array("Name" => "Legal Entity Type", "LangVar" => "estldlegalentitytype", "Type" => "dropdown", "Options" => "1|Natural person or individual,39|Economic Interest Grouping,47|Association,59|Sports Association,68|Trade Association,124|Savings Bank,150|Community Property,152|Condominium,164|Religious Order or Institution,181|Consulate,197|Public Law Association,203|Embassy,229|Municipality,269|Sports Federation,286|Foundation,365|Mutual Insurance Company,434|Provincial Government Body,436|National Government Body,439|Political Party,476|Trade Union,510|Farm Partnership,524|Public Limited Company / Corporation,525|Sports Public Limited Company,554|Partnership,560|General Partnership,562|Limited Partnership,566|Cooperative,608|Worker-owned Company,612|Limited Liability Company,713|Spanish (company) Branch,717|Temporary Consortium / Joint Venture,744|Worker-owned Limited Company,745|Provincial Government Entity,746|National Government Entity,747|Local Government Entity,877|Others,878|Designation of Origin Regulatory Council,879|Natural Area Management Entity", "Default" => "1|Natural person or individual",); $additionaldomainfields[".es"][] = array("Name" => "ID Form Type", "LangVar" => "estldidformtype", "Type" => "dropdown", "Options" => "1|DNI or NIF,3|NIE,0|Other ID", "Default" => "0|Other ID",); $additionaldomainfields[".es"][] = array("Name" => "ID Form Number", "LangVar" => "estldidformnum", "Type" => "text", "Size" => "30", "Default" => "", "Required" => true,); And then on the domain, please check and ensure you have filled out each option, click on Save Changes, and then register the domain. 0 Quote Link to comment Share on other sites More sharing options...
Simeneuro Posted January 26, 2014 Author Share Posted January 26, 2014 Yes, I'm using ResellerClub. I think you were wrong and you wanted to say that I had to replace te code at /includes/additionaldomainfields.php because the /includes/whoisservers.php file has another kind of content. Are I wrong? But, althought I replace the code at /includes/additionaldomainfields.php or /includes/whoisservers.php when I try transfer a .es domain I have the crash yet. I am hopeless. I need have out the trouble to begin with my commerce. Thank you 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted January 28, 2014 WHMCS Support Manager Share Posted January 28, 2014 Hi, My apologies, I did mean additionaldomainfields.php, not whoisservers.php. If the issue persists after making the modifications to additionaldomainfields.php, please open a support ticket. 0 Quote Link to comment Share on other sites More sharing options...
Simeneuro Posted February 6, 2014 Author Share Posted February 6, 2014 I'm sorry, but I can't open a support ticket, may I have out the trouble by another way? I have no just solved it and I need do this right now. What can I do? Can I talk with you by skype? Thank you! 0 Quote Link to comment Share on other sites More sharing options...
Simeneuro Posted February 11, 2014 Author Share Posted February 11, 2014 So? Nobody of the staff help me? What I have to do to have out the trouble?!? 0 Quote Link to comment Share on other sites More sharing options...
macuto Posted January 12, 2015 Share Posted January 12, 2015 The solution for these is to edit additionaldomainfields.php // .ES $additionaldomainfields[".es"][] = array("Name" => "Legal Entity Type", "LangVar" => "estldlegalentitytype", "Type" => "dropdown", "Options" => "1|Natural person or individual,39|Economic Interest Grouping,47|Association,59|Sports Association,68|Trade Association,124|Savings Bank,150|Community Property,152|Condominium,164|Religious Order or Institution,181|Consulate,197|Public Law Association,203|Embassy,229|Municipality,269|Sports Federation,286|Foundation,365|Mutual Insurance Company,434|Provincial Government Body,436|National Government Body,439|Political Party,476|Trade Union,510|Farm Partnership,524|Public Limited Company / Corporation,525|Sports Public Limited Company,554|Partnership,560|General Partnership,562|Limited Partnership,566|Cooperative,608|Worker-owned Company,612|Limited Liability Company,713|Spanish (company) Branch,717|Temporary Consortium / Joint Venture,744|Worker-owned Limited Company,745|Provincial Government Entity,746|National Government Entity,747|Local Government Entity,877|Others,878|Designation of Origin Regulatory Council,879|Natural Area Management Entity", "Default" => "1|Natural person or individual",); $additionaldomainfields[".es"][] = array("Name" => "ID Form Type", "LangVar" => "estldidformtype", "Type" => "dropdown", "Options" => "1|DNI or NIF,3|NIE,0|Other ID", "Default" => "0|Other ID",); $additionaldomainfields[".es"][] = array("Name" => "ID Form Number", "LangVar" => "estldidformnum", "Type" => "text", "Size" => "30", "Default" => "", "Required" => true,); 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.