Jump to content

There are a crash when I try register a domain


Simeneuro

Recommended Posts

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!

Link to comment
Share on other sites

  • WHMCS Support Manager

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 2 weeks later...
  • 11 months later...

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,);

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