help with ubercart country problem
i did ask about this over in the ubercart forums, but got no response. a little discouraging - i'm hoping the community here will be of more help.
in the ubercart checkout, when choosing United Kingdom as the country, the shipping quote is giving me an "Invalid Country Name" error. i've tried several other random countries and found the same with Peru.
i've searched, and read everything that's been written on this (the UK) problem. namely these issues: http://drupal.org/node/317758 and http://drupal.org/node/326836 . and i've tried using a couple of the UK .cifs that people have posted in those. still no luck. i've been pulling my hair out over this problem for days. i need to be able to ship to every country.
i am pretty new to drupal and have been figuring most things out on my own. but i believe i'm doing everything correctly. and this one problem is really holding me up. i know there's people out there that have this working correctly, so i'm really hoping someone can advise me here.
thank you so much.

anybody? if i'm posting this
anybody?
if i'm posting this in the wrong place, please let me know. or if i need some sort of secret codeword for help. one of the main reasons i chose drupal was because of what appeared to be a very supportive community. i really want to make this work.
thanks in advance for any help you can give me.
Hi, you can try this sql:
Hi,
you can try this sql:
update uc_countries set country_name='United Kingdom (Great Britain)' where country_id=826;
also see this link
http://www.ubercart.org/forum/support/8994/usps_quote_invalid_country_name
Hope it will help.
Thanks
Rashmi
i'd hug you if i could,
i'd hug you if i could, rashmi! that did the trick.
i had seen that link before, but didn't realize that what it was was an SQL query. still new to all this - but learning.
again, thank you.
you rock.
bren