-
-
Fix Magento 1.4.1 @domain.biz Checkout issue
April 15, 2010 -
Updated in Magento Trunk Kids; Though My Code belows the same, so your choice
>> http://twitter.com/YoavMagento/status/12243446220Nothing makes my week like another bloody issue.
Magento as of 1.4.1 will not allow a customer to move on in the shopping journey if theyre using a .biz domain name.
This is a simple bug to fix and simply an omission in the original code and someone forgetting to test it…Reported with fix at : http://ow.ly/1yMDf
# In /includes/src/Zend_Validate_Hostname.php #Line 213 'BIZ' => 'Hostname/Biz.php', #should be #Line 213 'BIZ' => 'Zend/Validate/Hostname/Biz.php',
Thats it; job fixed, I expect this will be added by 1.4.2 or whatever the next release is called.
Download Replacement: Zend_Validate_Hostname
-

