게시판 검색하고 다음페이지 넘어갈려고 하면 다음과 같은 에러납니다. 정보
게시판 검색하고 다음페이지 넘어갈려고 하면 다음과 같은 에러납니다.본문
게시판 검색하고 다음페이지 넘어갈려고 하면 다음과 같은 에러납니다.
게시판의 처음페이지는 검색이 재대로 됩니다. 그런데
다음페이지 클릭하면 다음과같은 에러가 납니다.
아래는 노트북이라는 단어로 검색을 했을때 납니다.
그누보드는 utf-8버전입니다.
select distinct wr_parent from g4_write_tm_social where ((INSTR(wr_subject, '노트��\\�')) ) and (wr_num between '-8753' and '1247')
1267 : Illegal mix of collations (euckr_korean_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'locate'
error file : /home/bbs/board.php
게시판의 처음페이지는 검색이 재대로 됩니다. 그런데
다음페이지 클릭하면 다음과같은 에러가 납니다.
아래는 노트북이라는 단어로 검색을 했을때 납니다.
그누보드는 utf-8버전입니다.
select distinct wr_parent from g4_write_tm_social where ((INSTR(wr_subject, '노트��\\�')) ) and (wr_num between '-8753' and '1247')
1267 : Illegal mix of collations (euckr_korean_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'locate'
error file : /home/bbs/board.php
댓글 전체

페이지 링크 알려주시겠어요???
Illegal mix of collations <--- 이건 언어셋이 섞여있다는 말입니다
head.sub.php언어설정은 utf인데 euc-kr로 저장한 페이지를 include 한다면
head.sub.php언어설정은 utf인데 euc-kr로 저장한 페이지를 include 한다면