WordPress database error: [Column 'email' cannot be null]
-
hi there, i notice that recently i’ve started to get this error when users tried to sign up. I’ve tried removing my plugins but the problem exists.
each time a new user signs up, they will get a “email column cannot be null” error. but i checked my database and both email and email verified are there and not empty in wslusesrprofiles. only wpym_wsluserscontacts is empty.
It is also a bit concerning that a new sign up user can see info of previous user’s sign up from the error message. see below and please help. thank you!
the website is https://mates.space
here is the full error message when a user tries to sign up. (changed the ids for privacy sake) The new user is Nick1 but can see info of Nick2 from error message:
WordPress database error: [Column 'email' cannot be null] INSERT INTO <code>wpym_wsluserscontacts</code> (<code>user_id</code>, <code>provider</code>, <code>identifier</code>, <code>full_name</code>, <code>email</code>, <code>profile_url</code>, <code>photo_url</code>) VALUES (62, 'Facebook', 'AAAAA', 'Nick1', NULL, 'https://www.facebook.com/app_scoped_user_id/AAAAA/', 'https://graph.facebook.com/AAAAA/picture?width=150&height=150') WordPress database error: [Column 'email' cannot be null] INSERT INTO <code>wpym_wsluserscontacts</code> (<code>user_id</code>, <code>provider</code>, <code>identifier</code>, <code>full_name</code>, <code>email</code>, <code>profile_url</code>, <code>photo_url</code>) VALUES (62, 'Facebook', 'BBBBB', 'Nick2', NULL, 'https://www.facebook.com/app_scoped_user_id/BBBBB/', 'https://graph.facebook.com/BBBBB/picture?width=150&height=150') Warning: Cannot modify header information - headers already sent by (output started at /public_html/mates.space/wp-includes/wp-db.php:1355) in /public_html/mates.space/wp-includes/pluggable.php on line 955
- The topic ‘WordPress database error: [Column 'email' cannot be null]’ is closed to new replies.