• when a user tries to register on my wordpress blog he gets an error like this

    ERROR: Couldn’t register you… please contact the webmaster !

    so i tried to add the user in ADD NEW USER in my wp admin panel, i get this error

    WordPress database error: [Unknown column ‘display_name’ in ‘field list’]
    INSERT INTO wp_users (user_login, user_pass, user_email, user_url, user_registered, user_nicename, display_name) VALUES (‘technopark’, ‘457cb7ec5ed461a6d7ccb025d67bef32’, ‘[email protected]’, ‘http://’, ‘2006-01-09 06:41:00’, ‘technopark’, ‘technopark’)

    Warning: Cannot modify header information – headers already sent by (output started at /home/obharath/blog/wp-includes/wp-db.php:102) in /home/obharath/blog/wp-admin/users.php on line 139

    can any one tell me y i am getting this error and wat shd i do.
    my blog is at http://obharath.com/blog
    i am using wp 2.0 and k2 theme. thx in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m having the same difficulty. I’ve read the threads around the Warning: Cannot modify header information - headers already sent by ... error. Most of those involve wp-config.php and suggest that there is probably extra whitespace at the beginning or ending of the file. That doesn’t seem to be the case with wp-db.php, and I don’t see anything particularly strange about line 102.

    I don’t get Unknown column 'display_name' in 'field list', I have Duplicate entry '0' for key 1 instead. I also have similar errors when trying to modify the profiles of existing users.

    Anyone?

    Thread Starter Bharath

    (@obharath)

    its very strange that no one can help us out
    i even asked in wordpress irc channel. no positive response till now

    Hmmm… users are able to register.
    Then again, the blog I have uses WP 2.0.1

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Error: User Registration in WP 2.0’ is closed to new replies.