New Users Can’t Register
-
I’ve searched the archives for this problem but I can’t seem to find an answer. I’ve recently completed an upgrade of WordPress from 1.5 to 2.0. Everything is working fine except new users can’t seem to register.
When someone tries to register they receive the following error:
WordPress database error: [Unknown column ‘user_nickname’ in ‘field list’]
INSERT INTO wp_users (user_login, user_pass, user_nickname, user_email, user_ip, user_browser, user_registered, user_level, user_idmode, user_nicename) VALUES (‘testing’, MD5(‘514c812’), ‘testing’, ’[email protected]’, ‘42.15.48.62’, ‘Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6’, ‘2006-02-13 18:54:12’, ”, ‘nickname’, ‘testing’)I was thinking about just creating a user_nickname field in the database, but not sure if that would fix the error. Can someone give me some feedback. The site is located at https://www.edwize.org. Thank you.
- The topic ‘New Users Can’t Register’ is closed to new replies.