• 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::UpdateUserMeta

    apsl_users_social_profile_details in database remains 0 entries.

    So, each time someone logs in using google, a new error log is recorded.

    • This topic was modified 4 years, 7 months ago by jayguntor.
Viewing 1 replies (of 1 total)
  • Thread Starter jayguntor

    (@jayguntor)

    Since I did not get any reply from you, I temporarily fixed this by editing the database to allow NULL entries for field: identifier. This eliminates the errors generated from the wp log; at the same time, the logins are now saved in apsl_users_social_profile_details table.

    Hope you can fix that error in the next update.

    • This reply was modified 4 years, 7 months ago by jayguntor.
Viewing 1 replies (of 1 total)

The topic ‘Error saving user social profile’ is closed to new replies.