getting below error message while to login
Fatal error: Uncaught Error: Call to undefined function curl_init() in /var/www/html/wp-content/plugins/oa-social-login/includes/communication.php:774 Staryingck trace:
#0 /var/www/html/wp-content/plugins/oa-social-login/includes/communication.php(544): oa_social_login_curl_request('
https://newbuil...', Array, 25)
#1 /var/www/html/wp-content/plugins/oa-social-login/includes/communication.php(35): oa_social_login_do_api_request('curl', '
https://newbuil...', Array)
#2 /var/www/html/wp-content/plugins/oa-social-login/includes/toolbox.php(15): oa_social_login_callback()
#3 /var/www/html/wp-includes/class-wp-hook.php(298): oa_social_login_init('')
#4 /var/www/html/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
#5 /var/www/html/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
#6 /var/www/html/wp-settings.php(448): do_action('init')
#7 /var/www/html/wp-config.php(103): require_once('/var/www/html/w...')
#8 /var/www/html/wp-load.php(37): require_once('/var/www/html/w...')
#9 /var/www/html/wp-blog-header. in /var/www/html/wp-content/plugins/oa-social-login/includes/communication.php on line 774
Answers
this means that you have enabled CURL in the Social Login settings, but that your server has no CURL installed.
Please open the social login settings in your WordPress admin area and use the Autodetect/Verify buttons, they will test the connection and try to find the best settings.