Jump to content

Error dominios .es con Resellerclub


Rbsmarte

Recommended Posts

Al intentar registrar dominios .es con ResellerClub me da el siguiente error:

 

Required parameter missing: attr-value3

 

Parece ser que hay que modificar el archivo additionaldomainfields.php, pero no encuentro una configuracion que funcione, alguien podria indicarme los cambios que hay que hacer.

 

Gracias

Link to comment
Share on other sites

  • 3 weeks later...

A mi me marcha bién con esta....

 

Abrimos el archivo additionaldomainfields.php con nuestro editor php preferido.

 

Buscamos las siguientes letras...

 

// .ES

 

borramos desde la linea siguiente hasta la linea posterior a

 

// .SG

 

y le damos un espacio.

 

En ese espacio añadimos el siguiente codigo.

 

$additionaldomainfields[".es"][] = array("Name" => "ID Form Type", "LangVar" => "estldidformtype", "Type" => "dropdown", "Options" => "Other Identification,Tax Identification Number,Tax Identification Code,Foreigner Identification Number", "Default" => "Other Identification",);
$additionaldomainfields[".es"][] = array("Name" => "ID Form Number", "LangVar" => "estldidformnum", "Type" => "text", "Size" => "30", "Default" => "", "Required" => true,);

 

Lo guardamos y lo subimos.

 

A mi me va perfecto...

 

Saludos;)

Link to comment
Share on other sites

  • 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