• I was able to implement the Facebook and Google logins just fine, but Twitter keeps redirecting me to a Blank page. The API key must be correct, because it makes me log into a twitter account and select if I accept to log into the website. But right after this it send me to a blank page.

    My site is in a Plesk box and looking at the logs I find this error:

    AH01071: Got error 'PHP message: Erro de banco de dados do WordPress Column 'user_id' cannot be null para a consulta INSERT INTObHLSTxzzw_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 (NULL, 'twitter', NULL, '8a1621dae39bf1d91d372c77f441e80b8f68b9b6', '@twitter.com', '', '', '', '', '', '', 'N/A') feita por 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->onTwitterLogin, APSL_Lite_Login_Check_Class::UpdateUserMeta', referer: https://api.twitter.com/

    Basically user_id cannot be null. What can I do here so the login work?

The topic ‘Twitter Login Blank page and error’ is closed to new replies.