• Resolved mubiesam

    (@mubiesam)


    This driving me crazy for more than 5 days already, after searching/reading more than 10 articles.

    1. the subsite of our multisite can not display the toolbar after trying to add a line of code at the end of bp-registration-options/includes/core.php
    (It sounds strange, but it seems the toolbar disappeared right after adding this line)

    
    add_action( 'the_champ_user_successfully_created', 'bp_registration_options_notify_pending_user', 10, 1 );
    

    But then even I had removed BuddyPress and BuddyPress Registration Options afterward, the problem is still there. (The strange thing is, the toolbar for other sites are no problem.)

    2. So I decided to duplicate the site for testing, https://lt2.johocen.com/ the toolbar appeared, but fb login will not work for new user(click, run but not login), only the users already in network users will login. (Changed BuddyPress to network activate)

    3. Then I tried another, https://ltw.johocen.com/ NO toolbar and new user can not login both happened.

    Related plugins installed: BuddyPress / BuddyPress Registration Options / Super Socializer / FB Messenger Live Chat

    Any help is highly appreciated.
    Sam

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi Sam,

    If problem was there due to the code snippet you added, it would be fixed after you removed the code. You can try:
    1. Enabling debugging at your website and check the error logs to get an idea about the problem
    2. Deactivate all the plugins at the website and activate those one-by-one to track where the problem is

    Thread Starter mubiesam

    (@mubiesam)

    Hi Heateor,

    I had removed BuddyPress, BuddyPress Registration Options and FB Messenger Live Chat afterward, also the code snippet, but the problem is still there.

    There are 2 error messages after enabling debugging, but only happened logging in with G+ for the first time (if click again it will login), no error when logging in with facebook, but just nothing happen for the new user(click, run but not login).

    Fatal error: Uncaught Error: Class ‘Google_Auth_Exception’ not found in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/super-socializer/library/Google/Auth/OAuth2.php:180 Stack trace: #0 /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/super-socializer/library/Google/Client.php(189): Google_Auth_OAuth2->setAccessToken(NULL) #1 /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/wp-mail-smtp/src/Providers/Gmail/Auth.php(116): Google_Client->setAccessToken(Array) #2 /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/wp-mail-smtp/src/Providers/Gmail/Auth.php(53): WPMailSMTP\Providers\Gmail\Auth->get_client() #3 /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/wp-mail-smtp/src/Providers/Gmail/Mailer.php(55): WPMailSMTP\Providers\Gmail\Auth->__construct() #4 /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/wp-mail-smtp/src/Providers/Loader.php(176): WPMailSMTP\Providers\Gmail\Mailer->__construct(Object(WPMailSMTP\MailCatcher)) #5 /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/wp-mail-smtp/src/ in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/super-socializer/library/Google/Auth/OAuth2.php on line 180

    Fatal error: Uncaught Error: Class ‘Google_Utils_URITemplate’ not found in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/super-socializer/library/Google/Http/REST.php:165 Stack trace: #0 /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/super-socializer/library/Google/Resource.php(191): Google_Http_REST::createRequestUri(‘gmail/v1/users/’, ‘{userId}/messag…’, Array) #1 /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersMessages.php(197): Google_Service_Resource->call(‘send’, Array, ‘Google_Service_…’) #2 /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/wp-mail-smtp/src/Providers/Gmail/Mailer.php(93): Google_Service_Gmail_Resource_UsersMessages->send(‘me’, Object(Google_Service_Gmail_Message)) #3 /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/wp-mail-smtp/src/MailCatcher.php(68): WPMailSMTP\Providers\Gmail\Mailer->send() #4 /opt/bitnami/apps/wordpress/htdocs/wp-includes/pluggable.php(481): WPMailSMTP\MailCatc in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/super-socializer/library/Google/Http/REST.php on line 165

    Thread Starter mubiesam

    (@mubiesam)

    @heateor

    After deactivated all the plugins except Super Socializer, fb login still not work for new user(click, run but not login), only the users already in network users will login.

    I had even reboot the system on Bitnami/GCP, nothing changed.

    Then I noticed this on Facebook developer “App Review required by 2018/8/2 to retain access to Facebook Platform APIs”

    Is this the cause?

    Then I noticed this on Facebook developer “App Review required by 2018/8/2 to retain access to Facebook Platform APIs”

    No. This is not the cause. You can ignore this message.
    Let’s continue the conversation via email.

    Thread Starter mubiesam

    (@mubiesam)

    @heateor

    Thank you very much for your help, we could login now.

    • This reply was modified 6 years, 10 months ago by mubiesam.

    You’re welcome.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘The most strange problem I have ever met…toolbar & social login’ is closed to new replies.