1.8.34로 업데이트 이후

댓글 쓸때마다 이런 오류가 뜨는데

뭐가 문제일까요?

판매자한테 문의를 하니까

최근 버전에서 잘 작동한다는 답변만 해주셔서

해결할 방법이 없네요

 

게시판 스킨 스케치북 쓰고 있습니다.

 

Err : './modules/board/skins/_comment' template file does not exists.

  • ?
    경로 설정이 잘못된거 아닌가요?

    skins/sketchbook5/_comment가 나와야하는거 같네요..
  • Lv4
    ./modules/board/skins/ 에 보통 파일이 들어가진 않습니다. 폴더가 들어가죠. 그런데 에러 메시지에서는 파일을 찾고있네요.
  • ?
    comment_without_refresh/skin_def 폴더의 sketchbook5.php 파일에서

    function get_cwr_skin_tpl_filename() {
    return "_comment";
    }
    위 부분

    function get_cwr_skin_tpl_filename() {
    return "sketchbook5/_comment";
    }

    아래와 같이 수정하여 해결하였습니다.
  • ? Lv7
    sketchbook5.php라는 파일이 있나요?
    아무리 찾아봐도 없는
  • Lv7 ?
    가장 간단한 해결방법은 스케치북의 _comment 파일을 해당 경로에 갖다 넣는겁니다.
    /modules/board/skins/
    여기에다가요.