Quote:
Originally posted by TheComputerGuy
> mysql error: Unknown column 'country' in 'field list'
|
It tells you the problem right in the error message. You didn't do STEP 1 in the country_flag_hack_20.txt file:
STEP 1:
======
In phpMyAdmin, you can run this query to create the country field:
ALTER TABLE user ADD country VARCHAR (50) NOT NULL
If the field 'country' is not there it can't save the country selection!
AJ