구글 소셜 로그인 오류 - 2 채택완료
지구인
7년 전
조회 3,911
좀전에 관련한 질문에선 일단 문제해결을 했습니다. https://sir.kr/qa/269523
웹방화벽을 끄니까 해결이 되더군요.
그런데 이번에는 아래와 같은 에러메세지가 뜨면서 오류가 발생했습니다.

확인해보니까 /plugin/social/includes/functions.php에 에러메세지를 출력하는 코드가 있더군요.
</p>
<p>function social_get_error_msg($type){
ob_start();</p>
<p> switch( $type ){
case 0 : echo __('An unspecified error.'); break;
case 1 : echo __('Social_Config error.'); break;
case 2 : echo __('Error setting corresponding provider.'); break;
case 3 : echo __('Unknown or disabled provider.'); break;
case 4 : echo __('You do not have permission to access the service.'); break;
case 5 : echo __('Authentication failed. Either you canceled authentication or the provider refused to connect.'); break;
case 6 : echo __('User profile request failed. You may not be connected to the service. In this case, you must request a second authentication.'); break;
case 7 : echo __('User is not connected to the service.'); break;
case 8 : echo __('The service does not support the feature.'); break;
}</p>
<p> $get_error = ob_get_clean();</p>
<p> return $get_error;
}</p>
<p>
여기서 case 6이 해당사항인 듯 한데 이에 관한 해결방법은 무엇일까요?
댓글을 작성하려면 로그인이 필요합니다.
답변 1개
답변을 작성하려면 로그인이 필요합니다.
로그인