New .wales and .cymru TLD not accepted - Magento Forums
cancel
Showing results for 
Search instead for 
Did you mean: 

New .wales and .cymru TLD not accepted

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

New .wales and .cymru TLD not accepted

If I try to sign up for a new account on my Magento CE 1.9.1.0 test store it rejects my e-mail address...

 

eg steve@mydomain.wales

or steve@mydomain.cymru

 

These are fairly new UK TLDs so not unexpected that the check fails with this error...

 

"Email" is not a valid hostname.

'mydomain.wales' appears to be a DNS hostname but cannot match TLD against known list

'mydomain.wales' appears to be a local network name but local network names are not allowed

 

I want to find out exactly where the Magento keeps its 'known list'. Can anybody point me in the right direction to find the code?

2 REPLIES 2

Re: New .wales and .cymru TLD not accepted

The list of TLD names is contained within lib/Zend/Validate/Hostname.php

 

Fixed thanks to this post on another forum...

 

http://magento.stackexchange.com/a/54613

 

 

Re: New .wales and .cymru TLD not accepted

I had the same error but i solved, i had a syntax problem about the code

 

--admin-email="<name@server.com>"

 

you should put the command like this --admin-email="name@server.com"