amitaibu:
1. go to php myadmin page in your favourite web browser;
2. select your drupal database;
3. browse to uc_countries;
4. click 'empty' in the tabs above the table;
5. an alert will ask you if you're sure you want to truncate the uc_countries table, click ok;
6. click 'sql' in the tabs above the table;
7. you should see a large text field labeled "run sql query/queries on databasename". delete any default text in this field and copy and paste the sql out of the text document you downloaded from this forum topic. this is what you should copy:
INSERT INTO `uc_countries` VALUES (1, 'Afghanistan', 'AF', 'AFG', 1);
INSERT INTO `uc_countries` VALUES (2, 'Albania', 'AL', 'ALB', 1);
...
and so on until the end of the 'uc_countries' inserts8. repeat steps 3-7 for uc_zones.
hope that helps!



Joined: 08/08/2007