측면 그룹메뉴 문의.. 채택완료
http://sir.co.kr/bbs/board.php?bo_table=g5_skin&wr_id=925&sca=&sfl=wr_subject%7C%7Cwr_content&stx=%EB%A9%94%EB%89%B4">http://sir.co.kr/bbs/board.php?bo_table=g5_skin&wr_id=925&sca=&sfl=wr_subject%7C%7Cwr_content&stx=%EB%A9%94%EB%89%B4
페이지 보고 적용했더니
select * from g5_group where gr_show_menu = '1' and gr_device <> 'mobile' and gr_id = 'wow' order by gr_order
1054 : Unknown column 'gr_show_menu' in 'where clause'
error file : /bbs/bbs/board.php
이런 오류를 발생하면서 페이지가 열리지 않던데 왜이런지 아시는분..
답변 2개
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
gr_show_menu 라는 필드가 없는 건데요..
위 링크 댓글에
// 기존 쿼리
$sql = " select * from {$g5['group_table']} where gr_show_menu = '1' and gr_device <> 'mobile' and gr_id = '{$group['gr_id']}' order by gr_order ";
// 수정 쿼리
$sql = " select * from {$g5['group_table']} where gr_device <> 'mobile' and gr_id = '{$group['gr_id']}' order by gr_order ";
이렇게 수정하라고 나오네요..
답변에 대한 댓글 1개
error file : /bbs/bbs/board.php 오류가 발생하는데 그이후의 답변이없네요..
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인