MyBB Community Forums

Full Version: Style column in users table wrong data type
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After installing My BB1.1.2, whenever I tried to modify a user through the admin panel, I got a MySQL error similar to , "Invalied integer value for column style in table mybb_users"

I had to modify the data type for the user modification to go through:

ALTER TABLE mybb_users CHANGE style style VARCHAR( 10 ) NOT NULL
What was the type before?
This is related to MySQL 5.0 and has already been fixed.