지역검색 오류가떠요 도와주세요 정보
지역검색 오류가떠요 도와주세요본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 :
http://www.jsac.co.kr/ac/bbs/board.php?bo_table=hakwon
지역검색을 누르면 다음과 같은 에러가 뜨네요 도와주세요
select distinct wr_parent from g4_write_hakwon where ((INSTR(concat(wr_3, '경기')) and (INSTR(concat(wr_3, '성남시')) and (INSTR(concat(wr_3, '수정구')) and (INSTR(concat(wr_3, '보습-전과목')) ) and wr_is_comment = '0' and (wr_num between '-10' and '9990')
1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') and (INSTR(concat(wr_3, '성남시')) and (INSTR(concat(wr_3, '수정구')) and (INS' at line 1
error file : /ac/bbs/board.php
오류 주소 :
http://www.jsac.co.kr/ac/bbs/board.php?bo_table=hakwon
지역검색을 누르면 다음과 같은 에러가 뜨네요 도와주세요
select distinct wr_parent from g4_write_hakwon where ((INSTR(concat(wr_3, '경기')) and (INSTR(concat(wr_3, '성남시')) and (INSTR(concat(wr_3, '수정구')) and (INSTR(concat(wr_3, '보습-전과목')) ) and wr_is_comment = '0' and (wr_num between '-10' and '9990')
1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') and (INSTR(concat(wr_3, '성남시')) and (INSTR(concat(wr_3, '수정구')) and (INS' at line 1
error file : /ac/bbs/board.php
댓글 전체
((INSTR(concat(wr_3, '부산')) and (INSTR(concat(wr_3, '남구')) and (INSTR(concat(wr_3, '어학원')) ) and wr_is_comment = '0' and (wr_num between '-10' and '9990')
잘 보세용 뭔가 이상하지 않나요?
((INSTR(concat(wr_3, '부산')) => (INSTR(concat(wr_3, '부산')))
(INSTR(concat(wr_3, '남구')) => (INSTR(concat(wr_3, '남구')))
(INSTR(concat(wr_3, '어학원')) ) => (INSTR(concat(wr_3, '어학원')))
이렇게 되야 하지 않을까요?
잘 보세용 뭔가 이상하지 않나요?
((INSTR(concat(wr_3, '부산')) => (INSTR(concat(wr_3, '부산')))
(INSTR(concat(wr_3, '남구')) => (INSTR(concat(wr_3, '남구')))
(INSTR(concat(wr_3, '어학원')) ) => (INSTR(concat(wr_3, '어학원')))
이렇게 되야 하지 않을까요?
그럼 이오류가 방생한 파일이 어디있을까요?? 아무리 찾아봐도 없어여 ㅜ.ㅜ
list.php파일에서 검색명령어 부분 위에 설명한대로 수정하셨나요?