상황선에 페이지오류가 있습니다가 뜨는데 왜그런지 알려 주세요
작년까지는 그누보드3을 가지고 학급홈을 운영하다가 올해 들어 그누보드4로 학급홈을 제작하고 있습니다. 어제까지만 해도 상황선에 페이지 오류가 뜨지 않더니 팁을 적용하는 도중 오류가 뜨기 시작하는데 왜그런지 알려 주시면 고맙겠습니다. 새로운 학년에 적용시킬 홈이거든요. 메인에서는 이상이 없는데 게시판이 뜨는 메뉴만 들어가면 그럽니다
홈주소 http://www.bn2u.com
오류창 줄 317
문자 13
오류 mb_id(이)가 정의되지 않았습니다.
코드 0
그럼...
홈주소 http://www.bn2u.com
오류창 줄 317
문자 13
오류 mb_id(이)가 정의되지 않았습니다.
코드 0
그럼...
|
댓글을 작성하시려면 로그인이 필요합니다.
로그인
댓글 4개
-- 어떤팁을 적용하시는 도중이신지를 알려 주셔야 합니다.
js/sideview.js 의 316인가 317 행에서 추가하신 자기소개(일촌회원쪽지보내기 연관부분) 부분에서
if(mb_id) 부분에서 값을 받지 못해서 나타나는 오류메세지 입니다.
++++++++++++
~~~~~
}
// 자기소개
if (mb_id)
this.insertTail("info", "<a href=\"javascript:;\" onclick=\"win_profile('"+mb_id+"');\">자기소개</a>");
//추가부분 개별 포인트 내역================================
if (mb_id)
this.insertTail("pointlist", "<a href=\"javascript:win_point_list('"+g4_path+"/" + g4_bbs + "/point_list.php?sfl=a.mb_id&stx="+mb_id+"');\">포인트 내역</a>");
//추가부분 개별 포인트 내역 끝===================
+++++++++++++++++++++++++++++++
즉 위의 내용에서
//자기소개 윗줄에서 이미 } 로 마무리가 되어있네요...일단 이것을 맨 아래로 옮겨 보심이
+++++++++++++++++++++++
<style type="text/css">
td.invalid { // 빈 공백 color ///
text-align: center; width:15;
background-color:#62bfe1;
}
td.valid { // 일반 color ///
text-align: center; width:15;
background-color:#62bfe1;
}
td.today { // 오늘 color ///
text-align: center; font-weight:bold; width:15;
background-color:#62bfe1;
}
p.sunday {text-align: center; font-size: 8pt; color: #ffd6b9;}
p.saturday {text-align: center; font-size: 8pt; color: #FFFFFF;}
p.weekday {text-align: center; font-size: 8pt; color: #FFFFFF;}
a:link.writeday, a:visited.writeday {text-align: center; padding-top: 2pt; width:15; font-size: 8pt; color: #FFFFFF; background-color:#8bdaf7;}
+++++++++++++++++++++++++
td.invalid { // 빈 공백 color ///
text-align: center; width:15;
background-color:#62bfe1;
}
td.valid { // 일반 color ///
text-align: center; width:15;
background-color:#62bfe1;
}
td.today { // 오늘 color ///
text-align: center; font-weight:bold; width:15;
background-color:#62bfe1;
}
부분 주석처리 부분은
/*빈공백 color */
td.invalid {
text-align: center; width:15;
background-color:#62bfe1;
}
/*일반 color */
td.valid {
text-align: center; width:15;
background-color:#62bfe1;
}
/*오늘 color */
td.today {
text-align: center; font-weight:bold; width:15;
background-color:#62bfe1;
}
처럼 처리 되어야 합니다....
감사합니다. -허남황-
좋은 주말 행복한 휴일 되세요........