채택완료

네이버로그인은 되는데 카카오로그인이 갑자기 안됩니다.

2023-07-21 (금) 11:34:05 4,019

서버를 옮기긴 했는데 갑자기 안되는 이유를 모르겠습니다.

Copy
Notice: Accessing static property Hybrid_Storage::$stores as non static in /home/enrichkor/www/plugin/social/Hybrid/Storage.php on line 44

 

Fatal error: Uncaught Exception: User profile request failed! Kakao returned an error: Exception: The Authorization Service has return: in /home/enrichkor/www/plugin/social/Hybrid/Providers/Kakao.php:119
Stack trace:
#0 /home/enrichkor/www/plugin/social/Hybrid/Providers/Kakao.php(52): Hybrid_Providers_Kakao->authenticate()
#1 /home/enrichkor/www/plugin/social/Hybrid/Endpoint.php(173): Hybrid_Providers_Kakao->loginFinish()
#2 /home/enrichkor/www/plugin/social/includes/g5_endpoint_class.php(52): Hybrid_Endpoint->processAuthDone()
#3 /home/enrichkor/www/plugin/social/Hybrid/Endpoint.php(55): G5_Hybrid_Endpoint->processAuthDone()
#4 /home/enrichkor/www/plugin/social/Hybrid/Endpoint.php(72): Hybrid_Endpoint->__construct()
#5 /home/enrichkor/www/plugin/social/includes/g5_endpoint.php(27): Hybrid_Endpoint::process()
#6 /home/enrichkor/www/plugin/social/index.php(22): G5_Hybrid_Authentication::hybridauth_endpoint()
#7 {main} in /home/enrichkor/www/plugin/social/Hybrid/Auth.php:169
Stack trace:
#0 /home/enrichkor/www/plugin/social/Hybrid/Auth.php(55): Hybrid_Auth::initialize()
#1 /home/enrichkor/www/plugin/social/includes/functions.php(91): Hybrid_Auth->__construct()
#2 /home/enrichkor/www/plugin/social/includes/functions.php(479): social_login_get_provider_adapter()
#3 /home/enrichkor/www/plugin/social/popup.php(20): social_check_login_before()
#4 {main} thrown in /home/enrichkor/www/plugin/social/Hybrid/Auth.php on line 169

답변 1개 / 댓글 2개

채택된 답변
+20 포인트
2023-07-21 (금) 11:55:19

버전 차이 때문에 그런거 같은데요?

php 버전이나 플러그인이 옛날꺼일수도 있고 

암튼 그런쪽으로 의심됩니다

답변에 대한 댓글 2개

서버에 apt install libcurl4-openssl-dev 를 설치해줬더니 되었습니다.

curl호출할때 어느순간부터 갑자기

SSL: no alternative certificate subject name matches target host name ‘kauth.kakao.com’

이게 나왔는지 모르겠지만요.
https://kakao-tam.tistory.com/89 이거 참고해보세요 오픈 ssl 버전이 맞는지 확인해보세요

답변을 작성하려면 로그인이 필요합니다.