• Hi,
    i get this error with WP_DEBUG on front-end user registration:

    Errore sul database di WordPress: [Unknown column ‘bio’ in ‘field list’]
    INSERT INTO prefix_uwp_usermeta (username, email, display_name, first_name, last_name, user_url, bio, user_id) VALUES (‘test’, ‘testemail.gmail.com’, ‘test user’, ‘test’, ‘user’, ”, ”, 5)

    the user is created anyway but I worry about the error over time.

    Help me!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    This can happen if there is an error while adding a field in DB. What you can do is remove the bio field from the form builder and create again using the same key ‘bio’. Let me know if it helps.

    Regards,
    Patrik

    Thread Starter Stefano Iachetta

    (@stfn97)

    Thanks for the reply.
    Premising that I have never had a “bio” field in the form, I created one, I redone the registration and did not give an error.
    After I removed it and doing the test again and I had the error again.

    Plugin Author Stiofan

    (@stiofansisland)

    One last thing you can try before contacting us via our support link is to go to UsersWP > Status > Tools > Clear version numbers. This will cause the install functions to run again, i suspect something happened when these ran the first
    time.

    Thanks,

    Stiofan

    Thread Starter Stefano Iachetta

    (@stfn97)

    Plugin version is the latest. I tried the Stiofan solution and it kept returning the error.
    After that I decided to install everything again on another dev area and it doesn’t seem to give any more problems.

    Thanks for the support, if it reappears again I will contact you.

    Plugin Author Stiofan

    (@stiofansisland)

    Thanks for letting us know! If you need further help with the original site just ping us on our support URL.

    Thanks,

    Stiofan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Error on user registration’ is closed to new replies.