Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter shecky

    (@shecky)

    I have find the problem, guys!!!

    And this is the solution:

    – Open file nextend-google-connect.php.
    – Find in row 265 ( function new_google_login_action() ) this code:

    }
      new_google_redirect();
    }

    – and replaced with

    } else {
    	$authUrl = $client->createAuthUrl();
    	header('Location: ' . filter_var($authUrl, FILTER_SANITIZE_URL));
    	exit;
      }
      new_google_redirect();
    }

    The plugin will return to work properly!!!

    mr_narcan

    (@mr_narcan)

    @shecky Your solution don’t work for me… returns an error

    mr_narcan

    (@mr_narcan)

    Fatal error: Uncaught exception ‘apiIOException’ with message ‘HTTP Error: (0) Received HTTP code 403 from proxy after CONNECT’ in /membri/*****press/wp-content/plugins/nextend-google-connect/sdk/io/apiCurlIO.php:127 Stack trace: #0 /membri/*****press/wp-content/plugins/nextend-google-connect/sdk/auth/apiOAuth2.php(93): apiCurlIO->makeRequest(Object(apiHttpRequest)) #1 /membri/*****press/wp-content/plugins/nextend-google-connect/sdk/apiClient.php(138): apiOAuth2->authenticate(Array) #2 /membri/*****press/wp-content/plugins/nextend-google-connect/nextend-google-connect.php(147): apiClient->authenticate() #3 /membri/*****press/wp-content/plugins/nextend-google-connect/nextend-google-connect.php(123): new_google_login_action() #4 [internal function]: new_google_login(”) #5 /membri/*****press/wp-includes/plugin.php(406): call_user_func_array(‘new_google_logi…’, Array) #6 /membri/*****press/wp-login.php(385): do_action(‘login_init’) #7 {main} thrown in /membri/*****press/wp-content/plugins/nextend-google-connect/sdk/io/apiCurlIO.php on line 127

    Thread Starter shecky

    (@shecky)

    Try to delete and recreate the Google application mr_narcan ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Latest version (1.4.53) no longer working’ is closed to new replies.