Error saving user social profile
-
I am using only the Google login module. The rest are disabled.
One click login/registration works, but the error log says:
WordPress database error Column 'identifier' cannot be null for query INSERT INTO'XXXXX_apsl_users_social_profile_details'('user_id','provider_name','identifier','unique_verifier','email','first_name','last_name','profile_url','photo_url','display_name','description','gender') VALUES (4, 'google', NULL, '759730a97e4373f3a0ee12805db065e3a4a649a5', '[email protected]', 'LST', 'Forms', '', 'https://lh3.googleusercontent.com/a/ADDXAJzP2XXffr5PKDaFe5uIeTMKt3217_pForh7zN7E=s96-c?sz=450', 'XXXXX', '', 'N/A') made by require('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, APSL_Lite_Class->login_check, include('/plugins/accesspress-social-login-lite/inc/frontend/login_check.php'), APSL_Lite_Login_Check_Class->__construct, APSL_Lite_Login_Check_Class->onGoogleLogin, APSL_Lite_Login_Check_Class::UpdateUserMetaapsl_users_social_profile_details in database remains 0 entries.
So, each time someone logs in using google, a new error log is recorded.
The topic ‘Error saving user social profile’ is closed to new replies.