I get this error:
While executing query "INSERT INTO cpg11d_users (user_regdate, user_active, user_actkey, user_name, user_password, user_email, user_location, user_interests, user_website, user_occupation) VALUES (NOW(), 'NO', '590b66429871789be681e8fe161b7801', 'test123', 'test', 'test@is12.net', '', '', '', '' )" on 0
mySQL error: Unknown column 'user_location' in 'field list'
I was sure it would be added manually, but no go.
did you run update.php as suggested in the docs, section "Upgrading"?
GauGau
yup! I did and it didnt make a difference, no big deal i went back to 1.3.1 for now and will do a fresh install of 1.3.2 to see if the problem exists again.
Thanks!
check if your mysql user has ALTER permissions. Ask your webhost.
GauGau