I installed the plugin, facebook login is working fine, but Twitter, Google, and Amazon are giving errors. Specifically, this is what shows in the error log:
[Wed Jun 15 18:25:49.190468 2016] [:error] [pid 8124] [client xxx.xxx.xxx.xxx:12720] PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /xxx/xxxx/xxx/xxxxx/wp-content/plugins/woocommerce-social-login/includes/class-wc-social-login-opauth.php on line 168
And line 168 says:
// check for error response
if ( array_key_exists( ‘error’, $response ) ) {
throw new Exception( ‘Response error’ );
Anyone else having trouble, and is there a fix?