Just did a fresh install using the sept 06 nightly....
Tried changing my user profile
seems like in the database... the field for description in the user table is missing.
Just did a fresh install using the sept 06 nightly....
Tried changing my user profile
seems like in the database... the field for description in the user table is missing.
confirming this as an issue in the 7/9 build too, I think it's the install script not creating a 'user_description' column in wp_users table of the database. the mysql command
alter table wp_users add user_description varchar(255);
worked for me, though not everyone can run those commands... Once you add that, there's no problems.
thanks for the command line. i thought im the only 1 who had that problem. thanks again~
You aren't the only one who have this problem:
http://wordpress.org/support/6/12327
Fixed.
This topic has been closed to new replies.