반응형
운영중이 워드프레스 사이트에서 구글 애널리틱스 오류가 발생하였음..
curl (60) ssl certificate problem verify that the ca cert is ok. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
와 같은 에러가 발생시
/wp-content/plugins/google-analyticator/google-api-php-client/src/io/Google_CurlIO.php에
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, 0); 설정 추가
반응형
'Program > Php' 카테고리의 다른 글
mp4 mp3 등 오디오 비디오 파일 재생시간 추출하기 (0) | 2020.05.19 |
---|---|
입력 받은 날짜에 대한 남은 날짜 시 분 출력하기 php (0) | 2018.04.07 |
PHP timezone 설정하기 오류시 (0) | 2017.11.30 |
(400) Unknown metric(s): ga:timeOnSite 워드프레스 google analytics 오류시 (0) | 2017.11.30 |
윈도우 환경에 php7 apache2.4 설치 (1) | 2017.01.31 |