Hey guys,
I am using UsersWP and trying to get social login from Facebook. Everything is done, and I can get the Plugin to process the login steps, until it trying to process the uwp_account_avatar_thumb:
Below are the error codes that I received:
WordPress database error: [Unknown column ‘uwp_account_avatar_thumb’ in ‘field list’]
SELECT uwp_account_avatar_thumb FROM wp_uwp_usermeta WHERE user_id = 11
WordPress database error: [Unknown column ‘uwp_account_avatar_thumb’ in ‘field list’]
INSERT INTO
wp_uwp_usermeta
(
user_id
,
uwp_account_avatar_thumb
) VALUES (11, ‘https://graph.facebook.com/v2.12/10156345931242117/picture?width=150&height=150’)
Warning: Cannot modify header information – headers already sent by (output started at /home3/kelvin1987/public_html/wp-includes/wp-db.php:1479) in /home3/kelvin1987/public_html/wp-includes/pluggable.php on line 928
Please help!