네이버에서 제 사이트를 들어오면 이런 에러가 납니다. 정보
네이버에서 제 사이트를 들어오면 이런 에러가 납니다.본문
게시물을 클릭하면 아래처럼 에러가 나와요 ㅠㅠ
얼마전에 EUC-KR 홈페이지를 UTF-8로 변경한후
이런 에러가 나오기 시작하였습니다
어떻게 해결할수있나요?
select wr_id, wr_subject from g4_write_P01_02 where wr_is_comment = 0 and wr_num = '-201' and wr_reply < '' and ca_name = '?Ťũ' order by wr_num desc, wr_reply desc limit 1
1267 : Illegal mix of collations (euckr_korean_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
error file : /bbs/board.php
얼마전에 EUC-KR 홈페이지를 UTF-8로 변경한후
이런 에러가 나오기 시작하였습니다
어떻게 해결할수있나요?
select wr_id, wr_subject from g4_write_P01_02 where wr_is_comment = 0 and wr_num = '-201' and wr_reply < '' and ca_name = '?Ťũ' order by wr_num desc, wr_reply desc limit 1
1267 : Illegal mix of collations (euckr_korean_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
error file : /bbs/board.php
댓글 전체
디비 필드의 문자셋을 utf로 변경해야 합니다
감사합니다