게시판 스킨 적용하면 이상한 오류 정보
게시판 스킨 적용하면 이상한 오류본문
댓글 전체
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=135596
이 스킨 사용인데 lib 파일이 없음 - 파일 및 함수 호출 못함
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=87908
여기서 lib 파일 받아서 /lib/업로드
이 스킨 사용인데 lib 파일이 없음 - 파일 및 함수 호출 못함
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=87908
여기서 lib 파일 받아서 /lib/업로드
그렇게 했는데 이제 이런오류가 뜨네여...
Warning: include(../skin/latest/name/latest.skin.php) [function.include]: failed to open stream: No such file or directory in /host/home2/dudghks/html/lib/latest.namecmt.lib.php on line 32
Warning: include(../skin/latest/name/latest.skin.php) [function.include]: failed to open stream: No such file or directory in /host/home2/dudghks/html/lib/latest.namecmt.lib.php on line 32
Warning: include() [function.include]: Failed opening '../skin/latest/name/latest.skin.php' for inclusion (include_path='.:/usr/local/lib/php') in /host/home2/dudghks/html/lib/latest.namecmt.lib.php on line 32
Warning: include(../skin/latest/name/latest.skin.php) [function.include]: failed to open stream: No such file or directory in /host/home2/dudghks/html/lib/latest.namecmt.lib.php on line 32
Warning: include(../skin/latest/name/latest.skin.php) [function.include]: failed to open stream: No such file or directory in /host/home2/dudghks/html/lib/latest.namecmt.lib.php on line 32
Warning: include() [function.include]: Failed opening '../skin/latest/name/latest.skin.php' for inclusion (include_path='.:/usr/local/lib/php') in /host/home2/dudghks/html/lib/latest.namecmt.lib.php on line 32
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=87908
두 번째 링크의 name 으로 올려진 파일이 최신글 파일이네요.
해당 파일 다운 최신글 스킨 폴더에 없로드
링크2 스킨 -> 링크1 스킨 형태가 되면서 소스는 남기고 파일이 빠진게 있는 형태인듯.
최신글 등 기타 안쓰려면 스킨에서 주석 처리 하세요.
스킨 폴더내의 파일 다 열고 latest.skin.php (오류에서 표현하는 파일) 찾기 후 주석
두 번째 링크의 name 으로 올려진 파일이 최신글 파일이네요.
해당 파일 다운 최신글 스킨 폴더에 없로드
링크2 스킨 -> 링크1 스킨 형태가 되면서 소스는 남기고 파일이 빠진게 있는 형태인듯.
최신글 등 기타 안쓰려면 스킨에서 주석 처리 하세요.
스킨 폴더내의 파일 다 열고 latest.skin.php (오류에서 표현하는 파일) 찾기 후 주석
ㅜㅜ 그게 무슨말 이시죠..?ㅜㅜ 뭔말인지 몰겠네요 ㅜㅜ
첫번째 링크 스킨 이용이면
view_comment.skin.php 266 행 부터
<!-- 추가라인 관련글 -------->
<style type="text/css">
#neue_center2 {text-align:right;clear:both;}
#neue_latest2 {width:80%;margin:10px auto 0px auto;padding:16px;border:0px solid #bbbbbb;background-color:#ffffff;text-align:left;}
#neue_latest2_line4 {margin:2px 0 2px 0;width:100%;height:1px;overflow:hidden;background-color:#ddd;}
.neue_latest_title2 {color:#666;font-weight:bold;letter-spacing:-0.05em;}
.neue_latest_more2 {font:7pt tahoma;background-color:#67AE0A;color:#fff;}
</style>
<div id=neue_center2>
<div id="neue_latest2">
<span class=neue_latest_title2><?=$board[bo_subject]?></span> 에서 활동중이신 <?=$list[$i][name]?>님의 또다른 답변보기
<a href=<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>&sca=&sfl=mb_id%2C1&stx=<?=$list[$i][mb_id]?>><img src="<?=$board_skin_path?>/img/a_more.jpg" width="36" height="12" border='0'></a>
<div style="height:5px;"></div>
<?php
include_once("./_common.php");
include_once("$g4[path]/lib/latest.namecmt.lib.php");
if ($list[$i][mb_id]=="") { echo "회원이 작성한 질문에서만.<br/>관련글이 뜹니다." ; }
else {
//function platest($skin_dir="", $bo_table, $rows=10, $subject_len=40, $options="",$posting="")
echo platestcmt("name", "$bo_table", 5, 65,"wr_num","{$list[$i][mb_id]}"); //name 이라는 최신글 폴더 파일 필요 ★★★★
}
?>
</div>
</div>
<!-- // 추가라인 관련글 -------->
이 부분이 name 최신글 스킨 사용을 통한 글쓴이 활동 출력인데 해당 스킨이 업로드 안되어 발생되는 오류
해당 스킨(두 번째 링크의 첨부중 name.zip이라는 파일)을 최신글 폴더에 올리시거나 아니면 위 내용을 다 삭제 하세요.
view_comment.skin.php 266 행 부터
<!-- 추가라인 관련글 -------->
<style type="text/css">
#neue_center2 {text-align:right;clear:both;}
#neue_latest2 {width:80%;margin:10px auto 0px auto;padding:16px;border:0px solid #bbbbbb;background-color:#ffffff;text-align:left;}
#neue_latest2_line4 {margin:2px 0 2px 0;width:100%;height:1px;overflow:hidden;background-color:#ddd;}
.neue_latest_title2 {color:#666;font-weight:bold;letter-spacing:-0.05em;}
.neue_latest_more2 {font:7pt tahoma;background-color:#67AE0A;color:#fff;}
</style>
<div id=neue_center2>
<div id="neue_latest2">
<span class=neue_latest_title2><?=$board[bo_subject]?></span> 에서 활동중이신 <?=$list[$i][name]?>님의 또다른 답변보기
<a href=<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>&sca=&sfl=mb_id%2C1&stx=<?=$list[$i][mb_id]?>><img src="<?=$board_skin_path?>/img/a_more.jpg" width="36" height="12" border='0'></a>
<div style="height:5px;"></div>
<?php
include_once("./_common.php");
include_once("$g4[path]/lib/latest.namecmt.lib.php");
if ($list[$i][mb_id]=="") { echo "회원이 작성한 질문에서만.<br/>관련글이 뜹니다." ; }
else {
//function platest($skin_dir="", $bo_table, $rows=10, $subject_len=40, $options="",$posting="")
echo platestcmt("name", "$bo_table", 5, 65,"wr_num","{$list[$i][mb_id]}"); //name 이라는 최신글 폴더 파일 필요 ★★★★
}
?>
</div>
</div>
<!-- // 추가라인 관련글 -------->
이 부분이 name 최신글 스킨 사용을 통한 글쓴이 활동 출력인데 해당 스킨이 업로드 안되어 발생되는 오류
해당 스킨(두 번째 링크의 첨부중 name.zip이라는 파일)을 최신글 폴더에 올리시거나 아니면 위 내용을 다 삭제 하세요.