테스트 사이트 - 개발 중인 베타 버전입니다

그누보드 5.0.17 업데이트 하고 나서 문제가 좀 생겼는데요... 채택완료

재아 11년 전 조회 4,240

다음 juso.js 파일이 로드되지 않았습니다

회원정보 수정에서 주소검색을 누르면 위와 같은 메세지가 나옵니다.

 

맨 상단에 G5_POSTCODE_JS  에 이렇게 나오기도 하고요~

 

어느부분을 봐야 할까요~

 

 참고로 업데이트 하면서 문제가 됐다고 생각이 되어 이번 업데이트 된 파일을 패치 수정하지 않고 해당 파일을  

새파일로 교체 하였습니다. (덮어 씌웠어요) 

 

 참고로 위의 문제로 인하여 검색 해본결과

 

member_form.php 에

add_javascript(G5_POSTCODE_JS, 0);    //다음 주소 js

 

에 위처럼 추가 되어 있습니다. 

 

 

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

답변 1개

채택된 답변
+20 포인트
thisgun
11년 전

config.php

에 

 

</p><span style="font-family: gulim, helvetica; line-height: 23.5440006256104px; background-color: rgb(255, 255, 255);">if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on') {  //https 통신일때 daum 주소 js </span><br style="font-family: gulim, helvetica; line-height: 23.5440006256104px; background-color: rgb(255, 255, 255);"><span style="font-family: gulim, helvetica; line-height: 23.5440006256104px; background-color: rgb(255, 255, 255);">    define('G5_POSTCODE_JS', '<script src="<a href="https://spi.maps.daum.net/imap/map_js_init/postcode.js" target="_blank" rel="noopener noreferrer">https://spi.maps.daum.net/imap/map_js_init/postcode.js</a>"></script>'); </span><br style="font-family: gulim, helvetica; line-height: 23.5440006256104px; background-color: rgb(255, 255, 255);"><span style="font-family: gulim, helvetica; line-height: 23.5440006256104px; background-color: rgb(255, 255, 255);">} else {  //http 통신일때 daum 주소 js </span><br style="font-family: gulim, helvetica; line-height: 23.5440006256104px; background-color: rgb(255, 255, 255);"><span style="font-family: gulim, helvetica; line-height: 23.5440006256104px; background-color: rgb(255, 255, 255);">    define('G5_POSTCODE_JS', '<script src="<a href="<a href="http://dmaps.daum.net/map_js_init/postcode.js" target="_blank" rel="noopener noreferrer">http://dmaps.daum.net/map_js_init/postcode.js</a>"><a href="http://dmaps.daum.net/map_js_init/postcode.js" target="_blank" rel="noopener noreferrer">http://dmaps.daum.net/map_js_init/postcode.js</a></a>"></script>'); </span><br style="font-family: gulim, helvetica; line-height: 23.5440006256104px; background-color: rgb(255, 255, 255);"><p><span style="font-family: gulim, helvetica; line-height: 23.5440006256104px; background-color: rgb(255, 255, 255);">}</span><span style="font-family: gulim, helvetica; line-height: 23.5440006256104px; background-color: rgb(255, 255, 255);"> </span> </p><p><span style="font-family: gulim, helvetica; line-height: 23.5440006256104px; background-color: rgb(255, 255, 255);">

 

이 코드가 들어가 있는지 확인해 보세요.

로그인 후 평가할 수 있습니다

답변에 대한 댓글 1개

재아
11년 전
감사합니다. 확인해보니 해당 부분이 빠져 있네요~..
업데이트 부분에서 누락을 한건지..@.@ 잘 모르겠지만요...

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

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

로그인